#488BCB

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

Shades of Havelock Blue #488BCB

Tints of Havelock Blue #488BCB

Color information

#488BCB (or 0x488BCB) is unknown color: approx Havelock Blue. HEX triplet: 48, 8B and CB. RGB value is (72,139,203). Sum of RGB (Red+Green+Blue) = 72+139+203=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #488BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BCB is #B77434. Grayscale: #7D7D7D. Windows color (decimal): -12022837 or 13339464. OLE color: 13339464.

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

Color convert

RGB72139203-
CMYK0.650.3200.20
HSL209.31º55.74%53.92%-
HSV(B)209.31º64.53%79.61%-
XYZ22.6824.1559.97-
YUV126.26171.389.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=17.39%
G=33.57%
B=49.03%

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
Decimal721392030.650.3200.20209.3155.7453.92
Hex488BCB4120014d13836
Octal110213313101400243217066
Binary10010001000101111001011100000110000001010011010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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