#487BBD

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

Shades of Steel Blue #487BBD

Tints of Steel Blue #487BBD

Color information

#487BBD (or 0x487BBD) is unknown color: approx Steel Blue. HEX triplet: 48, 7B and BD. RGB value is (72,123,189). Sum of RGB (Red+Green+Blue) = 72+123+189=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #487BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BBD is #B78442. Grayscale: #727272. Windows color (decimal): -12026947 or 12417864. OLE color: 12417864.

HSL color Cylindrical-coordinate representation of color #487BBD: hue angle of 213.85º degrees, saturation: 0.47, 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 #487BBD is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72123189-
CMYK0.620.3500.26
HSL213.85º46.99%51.18%-
HSV(B)213.85º61.9%74.12%-
XYZ18.9419.2250.86-
YUV115.27169.697.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=18.75%
G=32.03%
B=49.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721231890.620.3500.26213.8546.9951.18
Hex487BBD3E2301Ad62f33
Octal11017327576430323265763
Binary100100011110111011110111111010001101101011010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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