#488BB8

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

Shades of Steel Blue #488BB8

Tints of Steel Blue #488BB8

Color information

#488BB8 (or 0x488BB8) is unknown color: approx Steel Blue. HEX triplet: 48, 8B and B8. RGB value is (72,139,184). Sum of RGB (Red+Green+Blue) = 72+139+184=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #488BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BB8 is #B77447. Grayscale: #7B7B7B. Windows color (decimal): -12022856 or 12094280. OLE color: 12094280.

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

Color convert

RGB72139184-
CMYK0.610.2400.28
HSL204.11º44.09%50.2%-
HSV(B)204.11º60.87%72.16%-
XYZ20.5623.348.76-
YUV124.1161.890.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 184 (72.27% from 255) = 46.58%
R=18.23%
G=35.19%
B=46.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721391840.610.2400.28204.1144.0950.2
Hex488BB83D1801Ccc2c32
Octal11021327075300343145462
Binary100100010001011101110001111011100001110011001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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