Html Css Color HEX #4F87CC Havelock Blue

📋 copy color: '#4F87CC'

red 79 ◦ green 135 ◦ blue 204

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

Shades of Havelock Blue #4F87CC

Tints of Havelock Blue #4F87CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

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

R = 18.9%
G = 32.3%
B = 48.8%

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

#4F87CC (or 0x4F87CC) is known color: Havelock Blue. HEX triplet: 4F, 87 and CC. RGB value is (79,135,204). Sum of RGB (Red+Green+Blue) = 79+135+204=418 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.90% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F87CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F87CC is #B07833. Grayscale: #7D7D7D. Windows color (decimal): -11565108 or 13403983. OLE color: 13403983.

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

Color convert

RGB 79 135 204 -
CMYK 0.61 0.34 0 0.2
HSL 213.12º 0.55% 0.55% -
HSV(B) 213.12º 0.61% 0.8% -
XYZ 22.79 23.35 60.43 -
YUV 126.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 79 135 204 0.61 0.34 0 0.2 213.12 0.55 0.55
Hex 4F 87 CC 3D 22 0 14 D5 37 37
Octal 117 207 314 75 42 0 24 325 67 67
Binary 1001111 10000111 11001100 111101 100010 0 10100 11010101 110111 110111

Color Harmonies of #4F87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F87CC

Black with #4F87CC

Text Example


Text Example

White with #4F87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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