Html Css Color HEX #4F8DCB Havelock Blue

📋 copy color: '#4F8DCB'

red 79 ◦ green 141 ◦ blue 203

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

Shades of Havelock Blue #4F8DCB

Tints of Havelock Blue #4F8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

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

R = 18.68%
G = 33.33%
B = 47.99%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F8DCB (or 0x4F8DCB) is known color: Havelock Blue. HEX triplet: 4F, 8D and CB. RGB value is (79,141,203). Sum of RGB (Red+Green+Blue) = 79+141+203=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F8DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8DCB is #B07234. Grayscale: #818181. Windows color (decimal): -11563573 or 13339983. OLE color: 13339983.

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

Color convert

RGB 79 141 203 -
CMYK 0.61 0.31 0 0.20
HSL 210º 0.54% 0.55% -
HSV(B) 210º 0.61% 0.8% -
XYZ 23.53 25.02 60.09 -
YUV 129.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 79 141 203 0.61 0.31 0 0.20 210 0.54 0.55
Hex 4F 8D CB 3D 1F 0 14 D2 36 37
Octal 117 215 313 75 37 0 24 322 66 67
Binary 1001111 10001101 11001011 111101 11111 0 10100 11010010 110110 110111

Color Harmonies of #4F8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8DCB

Black with #4F8DCB

Text Example


Text Example

White with #4F8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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