Html Css Color HEX #4C7ECB Havelock Blue

📋 copy color: '#4C7ECB'

red 76 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #4C7ECB

Tints of Havelock Blue #4C7ECB

RGB

 RED value IS 76 (30.08% from 255) = 18.77%

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

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

R = 18.77%
G = 31.11%
B = 50.12%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C7ECB (or 0x4C7ECB) is known color: Havelock Blue. HEX triplet: 4C, 7E and CB. RGB value is (76,126,203). Sum of RGB (Red+Green+Blue) = 76+126+203=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C7ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7ECB is #B38134. Grayscale: #777777. Windows color (decimal): -11764021 or 13336140. OLE color: 13336140.

HSL color Cylindrical-coordinate representation of color #4C7ECB: hue angle of 216.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C7ECB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 126 203 -
CMYK 0.63 0.38 0 0.20
HSL 216.38º 0.55% 0.55% -
HSV(B) 216.38º 0.63% 0.8% -
XYZ 21.22 20.77 59.39 -
YUV 119.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 76 126 203 0.63 0.38 0 0.20 216.38 0.55 0.55
Hex 4C 7E CB 3F 26 0 14 D8 37 37
Octal 114 176 313 77 46 0 24 330 67 67
Binary 1001100 1111110 11001011 111111 100110 0 10100 11011000 110111 110111

Color Harmonies of #4C7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7ECB

Black with #4C7ECB

Text Example


Text Example

White with #4C7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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