Html Css Color HEX #4E85CF Havelock Blue

📋 copy color: '#4E85CF'

red 78 ◦ green 133 ◦ blue 207

#4E85CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4E85CF

Tints of Havelock Blue #4E85CF

RGB

 RED value IS 78 (30.86% from 255) = 18.66%

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 18.66%
G = 31.82%
B = 49.52%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4E85CF (or 0x4E85CF) is known color: Havelock Blue. HEX triplet: 4E, 85 and CF. RGB value is (78,133,207). Sum of RGB (Red+Green+Blue) = 78+133+207=418 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.66% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E85CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85CF is #B17A30. Grayscale: #7C7C7C. Windows color (decimal): -11631153 or 13600078. OLE color: 13600078.

HSL color Cylindrical-coordinate representation of color #4E85CF: hue angle of 214.42º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E85CF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 133 207 -
CMYK 0.62 0.36 0 0.19
HSL 214.42º 0.57% 0.56% -
HSV(B) 214.42º 0.62% 0.81% -
XYZ 22.79 22.9 62.25 -
YUV 124.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 78 133 207 0.62 0.36 0 0.19 214.42 0.57 0.56
Hex 4E 85 CF 3E 24 0 13 D6 39 38
Octal 116 205 317 76 44 0 23 326 71 70
Binary 1001110 10000101 11001111 111110 100100 0 10011 11010110 111001 111000

Color Harmonies of #4E85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E85CF

Black with #4E85CF

Text Example


Text Example

White with #4E85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E85CF; }

 p { color: rgb(78,133,207); }

 H1.HeaderClassName
 {
   color: #4E85CF;
 }
 .AnyTagClassName
 {
   color: #4E85CF;
 }
</style>

background-color css

<style>
 a { background-color: #4E85CF; }

 a { background-color: rgb(78,133,207); }

 div.DivClassName
 {
   background-color: #4E85CF;
 }
 .BgClassName
 {
   background-color: #4E85CF;
 }
</style>

border-color css

<style>
 span { border-color: #4E85CF; }

 span { border-color: rgb(78,133,207); }

 td.TdClassName
 {
   border-color: #4E85CF;
 }
 .TagClassName
 {
   border-color: #4E85CF;
 }
</style>