#487AB8

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

Shades of Steel Blue #487AB8

Tints of Steel Blue #487AB8

Color information

#487AB8 (or 0x487AB8) is unknown color: approx Steel Blue. HEX triplet: 48, 7A and B8. RGB value is (72,122,184). Sum of RGB (Red+Green+Blue) = 72+122+184=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #487AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AB8 is #B78547. Grayscale: #717171. Windows color (decimal): -12027208 or 12089928. OLE color: 12089928.

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

Color convert

RGB72122184-
CMYK0.610.3400.28
HSL213.21º44.09%50.2%-
HSV(B)213.21º60.87%72.16%-
XYZ18.2818.7648-
YUV114.12167.4497.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.05%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=19.05%
G=32.28%
B=48.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721221840.610.3400.28213.2144.0950.2
Hex487AB83D2201Cd52c32
Octal11017227075420343255462
Binary100100011110101011100011110110001001110011010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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