#4C7CCF

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

Shades of Havelock Blue #4C7CCF

Tints of Havelock Blue #4C7CCF

Color information

#4C7CCF (or 0x4C7CCF) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7C and CF. RGB value is (76,124,207). Sum of RGB (Red+Green+Blue) = 76+124+207=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C7CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7CCF is #B38330. Grayscale: #767676. Windows color (decimal): -11764529 or 13597772. OLE color: 13597772.

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

Color convert

RGB76124207-
CMYK0.630.4000.19
HSL218.02º57.71%55.49%-
HSV(B)218.02º63.29%81.18%-
XYZ21.4520.4661.85-
YUV119.11177.697.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.67%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=18.67%
G=30.47%
B=50.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal761242070.630.4000.19218.0257.7155.49
Hex4C7CCF3F28013da3a37
Octal11417431777500233327267
Binary100110011111001100111111111110100001001111011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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