#487bc1

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

Shades of Havelock Blue #487BC1

Tints of Havelock Blue #487BC1

Color information

#487BC1 (or 0x487BC1) is unknown color: approx Havelock Blue. HEX triplet: 48, 7B and C1. RGB value is (72,123,193). Sum of RGB (Red+Green+Blue) = 72+123+193=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #487BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BC1 is #B7843E. Grayscale: #737373. Windows color (decimal): -12026943 or 12680008. OLE color: 12680008.

HSL color Cylindrical-coordinate representation of color #487BC1: hue angle of 214.71º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487BC1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72123193-
CMYK0.630.3600.24
HSL214.71º49.39%51.96%-
HSV(B)214.71º62.69%75.69%-
XYZ19.3819.3953.17-
YUV115.73171.696.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.56%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 193 (75.78% from 255) = 49.74%
R=18.56%
G=31.70%
B=49.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721231930.630.3600.24214.7149.3951.96
Hex487BC13F24018d73134
Octal11017330177440303276164
Binary100100011110111100000111111110010001100011010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,123,193); }

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

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

 a { background-color: rgb(72,123,193); }

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

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

 span { border-color: rgb(72,123,193); }

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