#4C7ACD

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

Shades of Havelock Blue #4C7ACD

Tints of Havelock Blue #4C7ACD

Color information

#4C7ACD (or 0x4C7ACD) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7A and CD. RGB value is (76,122,205). Sum of RGB (Red+Green+Blue) = 76+122+205=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C7ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7ACD is #B38532. Grayscale: #757575. Windows color (decimal): -11765043 or 13466188. OLE color: 13466188.

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

Color convert

RGB76122205-
CMYK0.630.4000.20
HSL218.6º56.33%55.1%-
HSV(B)218.6º62.93%80.39%-
XYZ20.9619.8660.49-
YUV117.71177.2698.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.86%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=18.86%
G=30.27%
B=50.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761222050.630.4000.20218.656.3355.1
Hex4C7ACD3F28014db3837
Octal11417231577500243337067
Binary100110011110101100110111111110100001010011011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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