#488CBC

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

Shades of Steel Blue #488CBC

Tints of Steel Blue #488CBC

Color information

#488CBC (or 0x488CBC) is unknown color: approx Steel Blue. HEX triplet: 48, 8C and BC. RGB value is (72,140,188). Sum of RGB (Red+Green+Blue) = 72+140+188=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #488CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CBC is #B77343. Grayscale: #7C7C7C. Windows color (decimal): -12022596 or 12356680. OLE color: 12356680.

HSL color Cylindrical-coordinate representation of color #488CBC: hue angle of 204.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488CBC is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72140188-
CMYK0.620.2600.26
HSL204.83º46.4%50.98%-
HSV(B)204.83º61.7%73.73%-
XYZ21.1323.7651.05-
YUV125.14163.4790.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 188 (73.83% from 255) = 47%
R=18%
G=35%
B=47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721401880.620.2600.26204.8346.450.98
Hex488CBC3E1A01Acd2e33
Octal11021427476320323155663
Binary100100010001100101111001111101101001101011001101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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