Html Css Color HEX #4C7CCE Havelock Blue

📋 copy color: '#4C7CCE'

red 76 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #4C7CCE

Tints of Havelock Blue #4C7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

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

R = 18.72%
G = 30.54%
B = 50.74%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C7CCE (or 0x4C7CCE) is known color: Havelock Blue. HEX triplet: 4C, 7C and CE. RGB value is (76,124,206). Sum of RGB (Red+Green+Blue) = 76+124+206=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C7CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7CCE is #B38331. Grayscale: #767676. Windows color (decimal): -11764530 or 13532236. OLE color: 13532236.

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

Color convert

RGB 76 124 206 -
CMYK 0.63 0.40 0 0.19
HSL 217.85º 0.57% 0.55% -
HSV(B) 217.85º 0.63% 0.81% -
XYZ 21.33 20.41 61.21 -
YUV 119 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 76 124 206 0.63 0.40 0 0.19 217.85 0.57 0.55
Hex 4C 7C CE 3F 28 0 13 DA 39 37
Octal 114 174 316 77 50 0 23 332 71 67
Binary 1001100 1111100 11001110 111111 101000 0 10011 11011010 111001 110111

Color Harmonies of #4C7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7CCE

Black with #4C7CCE

Text Example


Text Example

White with #4C7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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