#487AAB

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

Shades of Steel Blue #487AAB

Tints of Steel Blue #487AAB

Color information

#487AAB (or 0x487AAB) is unknown color: approx Steel Blue. HEX triplet: 48, 7A and AB. RGB value is (72,122,171). Sum of RGB (Red+Green+Blue) = 72+122+171=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #487AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AAB is #B78554. Grayscale: #707070. Windows color (decimal): -12027221 or 11237960. OLE color: 11237960.

HSL color Cylindrical-coordinate representation of color #487AAB: hue angle of 209.7º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #487AAB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72122171-
CMYK0.580.2900.33
HSL209.7º40.74%47.65%-
HSV(B)209.7º57.89%67.06%-
XYZ16.9818.2441.15-
YUV112.64160.9499.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=19.73%
G=33.42%
B=46.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721221710.580.2900.33209.740.7447.65
Hex487AAB3A1D021d22930
Octal11017225372350413225160
Binary100100011110101010101111101011101010000111010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,122,171); }

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

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

 a { background-color: rgb(72,122,171); }

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

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

 span { border-color: rgb(72,122,171); }

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