#488BCD

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

Shades of Havelock Blue #488BCD

Tints of Havelock Blue #488BCD

Color information

#488BCD (or 0x488BCD) is unknown color: approx Havelock Blue. HEX triplet: 48, 8B and CD. RGB value is (72,139,205). Sum of RGB (Red+Green+Blue) = 72+139+205=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #488BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BCD is #B77432. Grayscale: #7E7E7E. Windows color (decimal): -12022835 or 13470536. OLE color: 13470536.

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

Color convert

RGB72139205-
CMYK0.650.3200.20
HSL209.77º57.08%54.31%-
HSV(B)209.77º64.88%80.39%-
XYZ22.9224.2561.23-
YUV126.49172.389.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=17.31%
G=33.41%
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.20
SystemRedGreenBlueCMYKHSL
Decimal721392050.650.3200.20209.7757.0854.31
Hex488BCD4120014d23936
Octal110213315101400243227166
Binary10010001000101111001101100000110000001010011010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488BCD; }

 p { color: rgb(72,139,205); }

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

<style>
 a { background-color: #488BCD; }

 a { background-color: rgb(72,139,205); }

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

<style>
 span { border-color: #488BCD; }

 span { border-color: rgb(72,139,205); }

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