Html Css Color HEX #4C7FCB Havelock Blue

📋 copy color: '#4C7FCB'

red 76 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #4C7FCB

Tints of Havelock Blue #4C7FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

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

R = 18.72%
G = 31.28%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C7FCB (or 0x4C7FCB) is known color: Havelock Blue. HEX triplet: 4C, 7F and CB. RGB value is (76,127,203). Sum of RGB (Red+Green+Blue) = 76+127+203=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C7FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FCB is #B38034. Grayscale: #787878. Windows color (decimal): -11763765 or 13336396. OLE color: 13336396.

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

Color convert

RGB 76 127 203 -
CMYK 0.63 0.37 0 0.20
HSL 215.91º 0.55% 0.55% -
HSV(B) 215.91º 0.63% 0.8% -
XYZ 21.35 21.03 59.43 -
YUV 120.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 76 127 203 0.63 0.37 0 0.20 215.91 0.55 0.55
Hex 4C 7F CB 3F 25 0 14 D8 37 37
Octal 114 177 313 77 45 0 24 330 67 67
Binary 1001100 1111111 11001011 111111 100101 0 10100 11011000 110111 110111

Color Harmonies of #4C7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7FCB

Black with #4C7FCB

Text Example


Text Example

White with #4C7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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