#487CCA

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

Shades of Havelock Blue #487CCA

Tints of Havelock Blue #487CCA

Color information

#487CCA (or 0x487CCA) is unknown color: approx Havelock Blue. HEX triplet: 48, 7C and CA. RGB value is (72,124,202). Sum of RGB (Red+Green+Blue) = 72+124+202=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #487CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CCA is #B78335. Grayscale: #747474. Windows color (decimal): -12026678 or 13270088. OLE color: 13270088.

HSL color Cylindrical-coordinate representation of color #487CCA: hue angle of 216º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487CCA is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72124202-
CMYK0.640.3900.21
HSL216º55.08%53.73%-
HSV(B)216º64.36%79.22%-
XYZ20.5420.0658.67-
YUV117.34175.7795.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=18.09%
G=31.16%
B=50.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721242020.640.3900.2121655.0853.73
Hex487CCA4027015d83736
Octal110174312100470253306766
Binary1001000111110011001010100000010011101010111011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487CCA; }

 p { color: rgb(72,124,202); }

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

<style>
 a { background-color: #487CCA; }

 a { background-color: rgb(72,124,202); }

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

<style>
 span { border-color: #487CCA; }

 span { border-color: rgb(72,124,202); }

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