#488ECB

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

Shades of Havelock Blue #488ECB

Tints of Havelock Blue #488ECB

Color information

#488ECB (or 0x488ECB) is unknown color: approx Havelock Blue. HEX triplet: 48, 8E and CB. RGB value is (72,142,203). Sum of RGB (Red+Green+Blue) = 72+142+203=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #488ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ECB is #B77134. Grayscale: #7F7F7F. Windows color (decimal): -12022069 or 13340232. OLE color: 13340232.

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

Color convert

RGB72142203-
CMYK0.650.3000.20
HSL207.94º55.74%53.92%-
HSV(B)207.94º64.53%79.61%-
XYZ23.1225.0460.11-
YUV128.02170.3188.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=17.27%
G=34.05%
B=48.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721422030.650.3000.20207.9455.7453.92
Hex488ECB411E014d03836
Octal110216313101360243207066
Binary1001000100011101100101110000011111001010011010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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