Html Css Color HEX #4E85BD Havelock Blue

📋 copy color: '#4E85BD'

red 78 ◦ green 133 ◦ blue 189

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

Shades of Havelock Blue #4E85BD

Tints of Havelock Blue #4E85BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 19.5%
G = 33.25%
B = 47.25%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E85BD (or 0x4E85BD) is known color: Havelock Blue. HEX triplet: 4E, 85 and BD. RGB value is (78,133,189). Sum of RGB (Red+Green+Blue) = 78+133+189=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E85BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85BD is #B17A42. Grayscale: #7A7A7A. Windows color (decimal): -11631171 or 12420430. OLE color: 12420430.

HSL color Cylindrical-coordinate representation of color #4E85BD: hue angle of 210.27º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E85BD is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 133 189 -
CMYK 0.59 0.30 0 0.26
HSL 210.27º 0.46% 0.52% -
HSV(B) 210.27º 0.59% 0.74% -
XYZ 20.71 22.07 51.31 -
YUV 122.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 78 133 189 0.59 0.30 0 0.26 210.27 0.46 0.52
Hex 4E 85 BD 3B 1E 0 1A D2 2E 34
Octal 116 205 275 73 36 0 32 322 56 64
Binary 1001110 10000101 10111101 111011 11110 0 11010 11010010 101110 110100

Color Harmonies of #4E85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E85BD

Black with #4E85BD

Text Example


Text Example

White with #4E85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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