Html Css Color HEX #4F7ECB Havelock Blue

📋 copy color: '#4F7ECB'

red 79 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #4F7ECB

Tints of Havelock Blue #4F7ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

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

R = 19.36%
G = 30.88%
B = 49.75%

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

#4F7ECB (or 0x4F7ECB) is known color: Havelock Blue. HEX triplet: 4F, 7E and CB. RGB value is (79,126,203). Sum of RGB (Red+Green+Blue) = 79+126+203=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F7ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7ECB is #B08134. Grayscale: #787878. Windows color (decimal): -11567413 or 13336143. OLE color: 13336143.

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

Color convert

RGB 79 126 203 -
CMYK 0.61 0.38 0 0.20
HSL 217.26º 0.54% 0.55% -
HSV(B) 217.26º 0.61% 0.8% -
XYZ 21.46 20.9 59.4 -
YUV 120.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 79 126 203 0.61 0.38 0 0.20 217.26 0.54 0.55
Hex 4F 7E CB 3D 26 0 14 D9 36 37
Octal 117 176 313 75 46 0 24 331 66 67
Binary 1001111 1111110 11001011 111101 100110 0 10100 11011001 110110 110111

Color Harmonies of #4F7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7ECB

Black with #4F7ECB

Text Example


Text Example

White with #4F7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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