#478DD1

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

Shades of Havelock Blue #478DD1

Tints of Havelock Blue #478DD1

Color information

#478DD1 (or 0x478DD1) is unknown color: approx Havelock Blue. HEX triplet: 47, 8D and D1. RGB value is (71,141,209). Sum of RGB (Red+Green+Blue) = 71+141+209=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #478DD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DD1 is #B8722E. Grayscale: #7F7F7F. Windows color (decimal): -12087855 or 13733191. OLE color: 13733191.

HSL color Cylindrical-coordinate representation of color #478DD1: hue angle of 209.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478DD1 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB71141209-
CMYK0.660.3300.18
HSL209.57º60%54.9%-
HSV(B)209.57º66.03%81.96%-
XYZ23.6324.9963.9-
YUV127.82173.8187.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.86%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=16.86%
G=33.49%
B=49.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal711412090.660.3300.18209.576054.9
Hex478DD14221012d23c37
Octal107215321102410223227467
Binary10001111000110111010001100001010000101001011010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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