#487BBA

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

Shades of Steel Blue #487BBA

Tints of Steel Blue #487BBA

Color information

#487BBA (or 0x487BBA) is unknown color: approx Steel Blue. HEX triplet: 48, 7B and BA. RGB value is (72,123,186). Sum of RGB (Red+Green+Blue) = 72+123+186=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #487BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BBA is #B78445. Grayscale: #727272. Windows color (decimal): -12026950 or 12221256. OLE color: 12221256.

HSL color Cylindrical-coordinate representation of color #487BBA: hue angle of 213.16º 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 #487BBA is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72123186-
CMYK0.610.3400.27
HSL213.16º45.24%50.59%-
HSV(B)213.16º61.29%72.94%-
XYZ18.6219.0949.16-
YUV114.93168.197.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=18.90%
G=32.28%
B=48.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721231860.610.3400.27213.1645.2450.59
Hex487BBA3D2201Bd52d33
Octal11017327275420333255563
Binary100100011110111011101011110110001001101111010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487BBA; }

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

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

<style>
 a { background-color: #487BBA; }

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

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

<style>
 span { border-color: #487BBA; }

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

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