Html Css Color HEX #4F7DCB Havelock Blue

📋 copy color: '#4F7DCB'

red 79 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #4F7DCB

Tints of Havelock Blue #4F7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

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

R = 19.41%
G = 30.71%
B = 49.88%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F7DCB (or 0x4F7DCB) is known color: Havelock Blue. HEX triplet: 4F, 7D and CB. RGB value is (79,125,203). Sum of RGB (Red+Green+Blue) = 79+125+203=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F7DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7DCB is #B08234. Grayscale: #777777. Windows color (decimal): -11567669 or 13335887. OLE color: 13335887.

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

Color convert

RGB 79 125 203 -
CMYK 0.61 0.38 0 0.20
HSL 217.74º 0.54% 0.55% -
HSV(B) 217.74º 0.61% 0.8% -
XYZ 21.34 20.64 59.36 -
YUV 120.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 79 125 203 0.61 0.38 0 0.20 217.74 0.54 0.55
Hex 4F 7D CB 3D 26 0 14 DA 36 37
Octal 117 175 313 75 46 0 24 332 66 67
Binary 1001111 1111101 11001011 111101 100110 0 10100 11011010 110110 110111

Color Harmonies of #4F7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7DCB

Black with #4F7DCB

Text Example


Text Example

White with #4F7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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