Html Css Color HEX #4F85BD Havelock Blue

📋 copy color: '#4F85BD'

red 79 ◦ green 133 ◦ blue 189

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

Shades of Havelock Blue #4F85BD

Tints of Havelock Blue #4F85BD

RGB

 RED value IS 79 (31.25% from 255) = 19.7%

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

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

R = 19.7%
G = 33.17%
B = 47.13%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F85BD (or 0x4F85BD) is known color: Havelock Blue. HEX triplet: 4F, 85 and BD. RGB value is (79,133,189). Sum of RGB (Red+Green+Blue) = 79+133+189=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F85BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F85BD is #B07A42. Grayscale: #7A7A7A. Windows color (decimal): -11565635 or 12420431. OLE color: 12420431.

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

Color convert

RGB 79 133 189 -
CMYK 0.58 0.30 0 0.26
HSL 210.55º 0.45% 0.53% -
HSV(B) 210.55º 0.58% 0.74% -
XYZ 20.8 22.11 51.32 -
YUV 123.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 79 133 189 0.58 0.30 0 0.26 210.55 0.45 0.53
Hex 4F 85 BD 3A 1E 0 1A D3 2D 35
Octal 117 205 275 72 36 0 32 323 55 65
Binary 1001111 10000101 10111101 111010 11110 0 11010 11010011 101101 110101

Color Harmonies of #4F85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F85BD

Black with #4F85BD

Text Example


Text Example

White with #4F85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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