Html Css Color HEX #4E85C6 Havelock Blue

📋 copy color: '#4E85C6'

red 78 ◦ green 133 ◦ blue 198

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

Shades of Havelock Blue #4E85C6

Tints of Havelock Blue #4E85C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.41%

R = 19.07%
G = 32.52%
B = 48.41%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4E85C6 (or 0x4E85C6) is known color: Havelock Blue. HEX triplet: 4E, 85 and C6. RGB value is (78,133,198). Sum of RGB (Red+Green+Blue) = 78+133+198=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #4E85C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85C6 is #B17A39. Grayscale: #7B7B7B. Windows color (decimal): -11631162 or 13010254. OLE color: 13010254.

HSL color Cylindrical-coordinate representation of color #4E85C6: hue angle of 212.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E85C6 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 78 133 198 -
CMYK 0.61 0.33 0 0.22
HSL 212.5º 0.51% 0.54% -
HSV(B) 212.5º 0.61% 0.78% -
XYZ 21.72 22.47 56.62 -
YUV 123.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 78 133 198 0.61 0.33 0 0.22 212.5 0.51 0.54
Hex 4E 85 C6 3D 21 0 16 D4 33 36
Octal 116 205 306 75 41 0 26 324 63 66
Binary 1001110 10000101 11000110 111101 100001 0 10110 11010100 110011 110110

Color Harmonies of #4E85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E85C6

Black with #4E85C6

Text Example


Text Example

White with #4E85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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