Html Css Color HEX #4F86CC Havelock Blue

📋 copy color: '#4F86CC'

red 79 ◦ green 134 ◦ blue 204

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

Shades of Havelock Blue #4F86CC

Tints of Havelock Blue #4F86CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 18.94%
G = 32.13%
B = 48.92%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F86CC (or 0x4F86CC) is known color: Havelock Blue. HEX triplet: 4F, 86 and CC. RGB value is (79,134,204). Sum of RGB (Red+Green+Blue) = 79+134+204=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F86CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F86CC is #B07933. Grayscale: #7D7D7D. Windows color (decimal): -11565364 or 13403727. OLE color: 13403727.

HSL color Cylindrical-coordinate representation of color #4F86CC: hue angle of 213.6º degrees, saturation: 0.55, 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 #4F86CC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 134 204 -
CMYK 0.61 0.34 0 0.2
HSL 213.6º 0.55% 0.55% -
HSV(B) 213.6º 0.61% 0.8% -
XYZ 22.65 23.07 60.39 -
YUV 125.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 79 134 204 0.61 0.34 0 0.2 213.6 0.55 0.55
Hex 4F 86 CC 3D 22 0 14 D6 37 37
Octal 117 206 314 75 42 0 24 326 67 67
Binary 1001111 10000110 11001100 111101 100010 0 10100 11010110 110111 110111

Color Harmonies of #4F86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F86CC

Black with #4F86CC

Text Example


Text Example

White with #4F86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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