Html Css Color HEX #4F86CB Havelock Blue

📋 copy color: '#4F86CB'

red 79 ◦ green 134 ◦ blue 203

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

Shades of Havelock Blue #4F86CB

Tints of Havelock Blue #4F86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 18.99%
G = 32.21%
B = 48.8%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F86CB (or 0x4F86CB) is known color: Havelock Blue. HEX triplet: 4F, 86 and CB. RGB value is (79,134,203). Sum of RGB (Red+Green+Blue) = 79+134+203=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F86CB is #B07934. Grayscale: #7D7D7D. Windows color (decimal): -11565365 or 13338191. OLE color: 13338191.

HSL color Cylindrical-coordinate representation of color #4F86CB: hue angle of 213.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F86CB is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 134 203 -
CMYK 0.61 0.34 0 0.20
HSL 213.39º 0.54% 0.55% -
HSV(B) 213.39º 0.61% 0.8% -
XYZ 22.53 23.02 59.76 -
YUV 125.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 79 134 203 0.61 0.34 0 0.20 213.39 0.54 0.55
Hex 4F 86 CB 3D 22 0 14 D5 36 37
Octal 117 206 313 75 42 0 24 325 66 67
Binary 1001111 10000110 11001011 111101 100010 0 10100 11010101 110110 110111

Color Harmonies of #4F86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F86CB

Black with #4F86CB

Text Example


Text Example

White with #4F86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,134,203); }

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

background-color css

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

 a { background-color: rgb(79,134,203); }

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

border-color css

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

 span { border-color: rgb(79,134,203); }

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