#4C74CD

Color #4C74CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4C74CD

Tints of Havelock Blue #4C74CD

Color information

#4C74CD (or 0x4C74CD) is unknown color: approx Havelock Blue. HEX triplet: 4C, 74 and CD. RGB value is (76,116,205). Sum of RGB (Red+Green+Blue) = 76+116+205=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C74CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C74CD is #B38B32. Grayscale: #717171. Windows color (decimal): -11766579 or 13464652. OLE color: 13464652.

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

Color convert

RGB76116205-
CMYK0.630.4300.20
HSL221.4º56.33%55.1%-
HSV(B)221.4º62.93%80.39%-
XYZ20.2518.4460.25-
YUV114.19179.25100.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.14%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=19.14%
G=29.22%
B=51.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761162050.630.4300.20221.456.3355.1
Hex4C74CD3F2B014dd3837
Octal11416431577530243357067
Binary100110011101001100110111111110101101010011011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,205); }

 H1.HeaderClassName
 {
   color: #4C74CD;
 }
 .AnyTagClassName
 {
   color: #4C74CD;
 }
</style>
background-color css

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

 a { background-color: rgb(76,116,205); }

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

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

 span { border-color: rgb(76,116,205); }

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