#488DBA

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

Shades of Steel Blue #488DBA

Tints of Steel Blue #488DBA

Color information

#488DBA (or 0x488DBA) is unknown color: approx Steel Blue. HEX triplet: 48, 8D and BA. RGB value is (72,141,186). Sum of RGB (Red+Green+Blue) = 72+141+186=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #488DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DBA is #B77245. Grayscale: #7D7D7D. Windows color (decimal): -12022342 or 12225864. OLE color: 12225864.

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

Color convert

RGB72141186-
CMYK0.610.2400.27
HSL203.68º45.24%50.59%-
HSV(B)203.68º61.29%72.94%-
XYZ21.0623.9749.97-
YUV125.5162.1489.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=18.05%
G=35.34%
B=46.62%

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
Decimal721411860.610.2400.27203.6845.2450.59
Hex488DBA3D1801Bcc2d33
Octal11021527275300333145563
Binary100100010001101101110101111011100001101111001100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,141,186); }

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

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

 a { background-color: rgb(72,141,186); }

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

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

 span { border-color: rgb(72,141,186); }

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