#4C7FCC

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

Shades of Havelock Blue #4C7FCC

Tints of Havelock Blue #4C7FCC

Color information

#4C7FCC (or 0x4C7FCC) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7F and CC. RGB value is (76,127,204). Sum of RGB (Red+Green+Blue) = 76+127+204=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C7FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FCC is #B38033. Grayscale: #787878. Windows color (decimal): -11763764 or 13401932. OLE color: 13401932.

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

Color convert

RGB76127204-
CMYK0.630.3800.2
HSL216.09º55.65%54.9%-
HSV(B)216.09º62.75%80%-
XYZ21.4721.0760.06-
YUV120.53175.196.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.67%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=18.67%
G=31.20%
B=50.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal761272040.630.3800.2216.0955.6554.9
Hex4C7FCC3F26014d83837
Octal11417731477460243307067
Binary100110011111111100110011111110011001010011011000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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