#487AA5

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

Shades of Steel Blue #487AA5

Tints of Steel Blue #487AA5

Color information

#487AA5 (or 0x487AA5) is unknown color: approx Steel Blue. HEX triplet: 48, 7A and A5. RGB value is (72,122,165). Sum of RGB (Red+Green+Blue) = 72+122+165=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #487AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AA5 is #B7855A. Grayscale: #6F6F6F. Windows color (decimal): -12027227 or 10844744. OLE color: 10844744.

HSL color Cylindrical-coordinate representation of color #487AA5: hue angle of 207.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #487AA5 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB72122165-
CMYK0.560.2600.35
HSL207.74º39.24%46.47%-
HSV(B)207.74º56.36%64.71%-
XYZ16.4218.0138.21-
YUV111.95157.9499.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=20.06%
G=33.98%
B=45.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721221650.560.2600.35207.7439.2446.47
Hex487AA5381A023d0272e
Octal11017224570320433204756
Binary100100011110101010010111100011010010001111010000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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