#478DCC

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

Shades of Havelock Blue #478DCC

Tints of Havelock Blue #478DCC

Color information

#478DCC (or 0x478DCC) is unknown color: approx Havelock Blue. HEX triplet: 47, 8D and CC. RGB value is (71,141,204). Sum of RGB (Red+Green+Blue) = 71+141+204=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #478DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DCC is #B87233. Grayscale: #7E7E7E. Windows color (decimal): -12087860 or 13405511. OLE color: 13405511.

HSL color Cylindrical-coordinate representation of color #478DCC: hue angle of 208.42º 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 #478DCC is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71141204-
CMYK0.650.3100.2
HSL208.42º56.6%53.92%-
HSV(B)208.42º65.2%80%-
XYZ23.0224.7560.69-
YUV127.25171.3187.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=17.07%
G=33.89%
B=49.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711412040.650.3100.2208.4256.653.92
Hex478DCC411F014d03936
Octal107215314101370243207166
Binary1000111100011011100110010000011111101010011010000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478DCC; }

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

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

<style>
 a { background-color: #478DCC; }

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

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

<style>
 span { border-color: #478DCC; }

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

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