Color Hex Logo

#4665cf Color Hex

#4665CF
(70,101,207)
0 Favorites   0 Comments

Color spaces of #4665cf

RGB 70101207
HSL0.630.590.54
HSV226°66°81°
CMYK 0.660.510.00   0.19
XYZ18.442015.114460.9769
Yxy15.11440.19510.1599
Hunter Lab38.877216.6390-65.7792
CIE-Lab45.790523.1248-58.3183

#4665cf color RGB value is (70,101,207).

#4665cf hex color red value is 70, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4665cf hue: 0.63 , saturation: 0.59 and the lightness value of 4665cf is 0.54.

The process color (four color CMYK) of #4665cf color hex is 0.66, 0.51, 0.00, 0.19. Web safe color of #4665cf is #3366cc. Color #4665cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 11001111
Octal 106 145 317
Decimal 70 101 207
Hex 46 65 CF

RGB Percentages of Color #4665cf

%18.52
%26.72
%54.76

CMYK Percentages of Color #4665cf

%66
%51
%0
%19

Triadic Colors of #4665cf

#4665cf #cf4665 #65cf46

Analogous Colors of #4665cf

#4665cf #6c46cf #46aacf

Monochromatic Colors of #4665cf

#4665cf

Complementary Color

#4665cf #cfb046

#4665cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4665cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4665cf Color CSS Codes

.mybgcolor {background-color:#4665cf; } 
.myforecolor {color:#4665cf; }
.mybordercolor {border:3px solid #4665cf; }

#4665cf Text Font Color

<p style="color:#4665cf">Text here</p>

This sample text font color is #4665cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4665cf Background Color

<div style="background-color:#4665cf">
Div content here</div>

This div background color is #4665cf


#4665cf Border Color

<div style="border:3px solid #4665cf">
Div here</div>

This div border color is #4665cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,101,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4665cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4665cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4665cf;
  box-shadow:         1px 1px 3px 2px #4665cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,101,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4665cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4665cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4665cf;
  box-shadow:         1px 1px 3px 2px #4665cf;">
Div content here</div>

This div box has shadow with color #4665cf


Comments

No comments written yet.

Please login to write comment.