#488CB9

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

Shades of Steel Blue #488CB9

Tints of Steel Blue #488CB9

Color information

#488CB9 (or 0x488CB9) is unknown color: approx Steel Blue. HEX triplet: 48, 8C and B9. RGB value is (72,140,185). Sum of RGB (Red+Green+Blue) = 72+140+185=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #488CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CB9 is #B77346. Grayscale: #7C7C7C. Windows color (decimal): -12022599 or 12160072. OLE color: 12160072.

HSL color Cylindrical-coordinate representation of color #488CB9: hue angle of 203.89º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488CB9 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72140185-
CMYK0.610.2400.27
HSL203.89º44.66%50.39%-
HSV(B)203.89º61.08%72.55%-
XYZ20.8123.6449.36-
YUV124.8161.9790.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=18.14%
G=35.26%
B=46.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721401850.610.2400.27203.8944.6650.39
Hex488CB93D1801Bcc2d32
Octal11021427175300333145562
Binary100100010001100101110011111011100001101111001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,185); }

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

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

 a { background-color: rgb(72,140,185); }

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

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

 span { border-color: rgb(72,140,185); }

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