#478BCC

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

Shades of Havelock Blue #478BCC

Tints of Havelock Blue #478BCC

Color information

#478BCC (or 0x478BCC) is unknown color: approx Havelock Blue. HEX triplet: 47, 8B and CC. RGB value is (71,139,204). Sum of RGB (Red+Green+Blue) = 71+139+204=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #478BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BCC is #B87433. Grayscale: #7D7D7D. Windows color (decimal): -12088372 or 13404999. OLE color: 13404999.

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

Color convert

RGB71139204-
CMYK0.650.3200.2
HSL209.32º56.6%53.92%-
HSV(B)209.32º65.2%80%-
XYZ22.7324.1660.59-
YUV126.08171.9788.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.15%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=17.15%
G=33.57%
B=49.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711392040.650.3200.2209.3256.653.92
Hex478BCC4120014d13936
Octal107213314101400243217166
Binary10001111000101111001100100000110000001010011010001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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