Html Css Color HEX #4F8BCB Havelock Blue

📋 copy color: '#4F8BCB'

red 79 ◦ green 139 ◦ blue 203

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

Shades of Havelock Blue #4F8BCB

Tints of Havelock Blue #4F8BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

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

R = 18.76%
G = 33.02%
B = 48.22%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F8BCB (or 0x4F8BCB) is known color: Havelock Blue. HEX triplet: 4F, 8B and CB. RGB value is (79,139,203). Sum of RGB (Red+Green+Blue) = 79+139+203=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8BCB is #B07434. Grayscale: #808080. Windows color (decimal): -11564085 or 13339471. OLE color: 13339471.

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

Color convert

RGB 79 139 203 -
CMYK 0.61 0.32 0 0.20
HSL 210.97º 0.54% 0.55% -
HSV(B) 210.97º 0.61% 0.8% -
XYZ 23.24 24.44 59.99 -
YUV 128.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 79 139 203 0.61 0.32 0 0.20 210.97 0.54 0.55
Hex 4F 8B CB 3D 20 0 14 D3 36 37
Octal 117 213 313 75 40 0 24 323 66 67
Binary 1001111 10001011 11001011 111101 100000 0 10100 11010011 110110 110111

Color Harmonies of #4F8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8BCB

Black with #4F8BCB

Text Example


Text Example

White with #4F8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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