Html Css Color HEX #4F8ACB Havelock Blue

📋 copy color: '#4F8ACB'

red 79 ◦ green 138 ◦ blue 203

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

Shades of Havelock Blue #4F8ACB

Tints of Havelock Blue #4F8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

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

R = 18.81%
G = 32.86%
B = 48.33%

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

#4F8ACB (or 0x4F8ACB) is known color: Havelock Blue. HEX triplet: 4F, 8A and CB. RGB value is (79,138,203). Sum of RGB (Red+Green+Blue) = 79+138+203=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8ACB is #B07534. Grayscale: #7F7F7F. Windows color (decimal): -11564341 or 13339215. OLE color: 13339215.

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

Color convert

RGB 79 138 203 -
CMYK 0.61 0.32 0 0.20
HSL 211.45º 0.54% 0.55% -
HSV(B) 211.45º 0.61% 0.8% -
XYZ 23.09 24.15 59.94 -
YUV 127.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 79 138 203 0.61 0.32 0 0.20 211.45 0.54 0.55
Hex 4F 8A CB 3D 20 0 14 D3 36 37
Octal 117 212 313 75 40 0 24 323 66 67
Binary 1001111 10001010 11001011 111101 100000 0 10100 11010011 110110 110111

Color Harmonies of #4F8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8ACB

Black with #4F8ACB

Text Example


Text Example

White with #4F8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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