#4780D6

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

Shades of Havelock Blue #4780D6

Tints of Havelock Blue #4780D6

Color information

#4780D6 (or 0x4780D6) is unknown color: approx Havelock Blue. HEX triplet: 47, 80 and D6. RGB value is (71,128,214). Sum of RGB (Red+Green+Blue) = 71+128+214=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #4780D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780D6 is #B87F29. Grayscale: #787878. Windows color (decimal): -12091178 or 14057543. OLE color: 14057543.

HSL color Cylindrical-coordinate representation of color #4780D6: hue angle of 216.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4780D6 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB71128214-
CMYK0.670.4000.16
HSL216.08º63.56%55.88%-
HSV(B)216.08º66.82%83.92%-
XYZ22.4621.6366.61-
YUV120.76180.6292.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.19%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 214 (83.98% from 255) = 51.82%
R=17.19%
G=30.99%
B=51.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal711282140.670.4000.16216.0863.5655.88
Hex4780D64328010d84038
Octal1072003261035002033010070
Binary100011110000000110101101000011101000010000110110001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4780D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4780D6; }

 p { color: rgb(71,128,214); }

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

<style>
 a { background-color: #4780D6; }

 a { background-color: rgb(71,128,214); }

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

<style>
 span { border-color: #4780D6; }

 span { border-color: rgb(71,128,214); }

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