#4776CC

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

Shades of Havelock Blue #4776CC

Tints of Havelock Blue #4776CC

Color information

#4776CC (or 0x4776CC) is unknown color: approx Havelock Blue. HEX triplet: 47, 76 and CC. RGB value is (71,118,204). Sum of RGB (Red+Green+Blue) = 71+118+204=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #4776CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776CC is #B88933. Grayscale: #717171. Windows color (decimal): -12093748 or 13399623. OLE color: 13399623.

HSL color Cylindrical-coordinate representation of color #4776CC: hue angle of 218.8º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4776CC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71118204-
CMYK0.650.4200.2
HSL218.8º56.6%53.92%-
HSV(B)218.8º65.2%80%-
XYZ19.9818.6659.67-
YUV113.75178.9397.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=18.07%
G=30.03%
B=51.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711182040.650.4200.2218.856.653.92
Hex4776CC412A014db3936
Octal107166314101520243337166
Binary1000111111011011001100100000110101001010011011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4776CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4776CC; }

 p { color: rgb(71,118,204); }

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

<style>
 a { background-color: #4776CC; }

 a { background-color: rgb(71,118,204); }

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

<style>
 span { border-color: #4776CC; }

 span { border-color: rgb(71,118,204); }

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