Html Css Color HEX #4C7FCE Havelock Blue

📋 copy color: '#4C7FCE'

red 76 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #4C7FCE

Tints of Havelock Blue #4C7FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 18.58%
G = 31.05%
B = 50.37%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C7FCE (or 0x4C7FCE) is known color: Havelock Blue. HEX triplet: 4C, 7F and CE. RGB value is (76,127,206). Sum of RGB (Red+Green+Blue) = 76+127+206=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C7FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FCE is #B38031. Grayscale: #787878. Windows color (decimal): -11763762 or 13533004. OLE color: 13533004.

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

Color convert

RGB 76 127 206 -
CMYK 0.63 0.38 0 0.19
HSL 216.46º 0.57% 0.55% -
HSV(B) 216.46º 0.63% 0.81% -
XYZ 21.71 21.17 61.33 -
YUV 120.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 76 127 206 0.63 0.38 0 0.19 216.46 0.57 0.55
Hex 4C 7F CE 3F 26 0 13 D8 39 37
Octal 114 177 316 77 46 0 23 330 71 67
Binary 1001100 1111111 11001110 111111 100110 0 10011 11011000 111001 110111

Color Harmonies of #4C7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7FCE

Black with #4C7FCE

Text Example


Text Example

White with #4C7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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