Html Css Color HEX #487CAA Steel Blue

📋 copy color: '#487CAA'

red 72 ◦ green 124 ◦ blue 170

#487CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #487CAA

Tints of Steel Blue #487CAA

RGB

 RED value IS 72 (28.52% from 255) = 19.67%

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 19.67%
G = 33.88%
B = 46.45%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487CAA (or 0x487CAA) is known color: Steel Blue. HEX triplet: 48, 7C and AA. RGB value is (72,124,170). Sum of RGB (Red+Green+Blue) = 72+124+170=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #487CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487CAA is #B78355. Grayscale: #717171. Windows color (decimal): -12026710 or 11172936. OLE color: 11172936.

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

Color convert

RGB 72 124 170 -
CMYK 0.58 0.27 0 0.33
HSL 208.16º 0.4% 0.47% -
HSV(B) 208.16º 0.58% 0.67% -
XYZ 17.14 18.7 40.74 -
YUV 113.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 72 124 170 0.58 0.27 0 0.33 208.16 0.4 0.47
Hex 48 7C AA 3A 1B 0 21 D0 28 2F
Octal 110 174 252 72 33 0 41 320 50 57
Binary 1001000 1111100 10101010 111010 11011 0 100001 11010000 101000 101111

Color Harmonies of #487CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CAA

Black with #487CAA

Text Example


Text Example

White with #487CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,124,170); }

 H1.HeaderClassName
 {
   color: #487CAA;
 }
 .AnyTagClassName
 {
   color: #487CAA;
 }
</style>

background-color css

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

 a { background-color: rgb(72,124,170); }

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

border-color css

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

 span { border-color: rgb(72,124,170); }

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