Html Css Color HEX #4F88CB Havelock Blue

📋 copy color: '#4F88CB'

red 79 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #4F88CB

Tints of Havelock Blue #4F88CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

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

R = 18.9%
G = 32.54%
B = 48.56%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F88CB (or 0x4F88CB) is known color: Havelock Blue. HEX triplet: 4F, 88 and CB. RGB value is (79,136,203). Sum of RGB (Red+Green+Blue) = 79+136+203=418 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.90% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F88CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F88CB is #B07734. Grayscale: #7E7E7E. Windows color (decimal): -11564853 or 13338703. OLE color: 13338703.

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

Color convert

RGB 79 136 203 -
CMYK 0.61 0.33 0 0.20
HSL 212.42º 0.54% 0.55% -
HSV(B) 212.42º 0.61% 0.8% -
XYZ 22.81 23.58 59.85 -
YUV 126.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 79 136 203 0.61 0.33 0 0.20 212.42 0.54 0.55
Hex 4F 88 CB 3D 21 0 14 D4 36 37
Octal 117 210 313 75 41 0 24 324 66 67
Binary 1001111 10001000 11001011 111101 100001 0 10100 11010100 110110 110111

Color Harmonies of #4F88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F88CB

Black with #4F88CB

Text Example


Text Example

White with #4F88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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