Html Css Color HEX #487AAA Steel Blue

📋 copy color: '#487AAA'

red 72 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #487AAA

Tints of Steel Blue #487AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 19.78%
G = 33.52%
B = 46.7%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487AAA (or 0x487AAA) is known color: Steel Blue. HEX triplet: 48, 7A and AA. RGB value is (72,122,170). Sum of RGB (Red+Green+Blue) = 72+122+170=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #487AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AAA is #B78555. Grayscale: #707070. Windows color (decimal): -12027222 or 11172424. OLE color: 11172424.

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

Color convert

RGB 72 122 170 -
CMYK 0.58 0.28 0 0.33
HSL 209.39º 0.4% 0.47% -
HSV(B) 209.39º 0.58% 0.67% -
XYZ 16.89 18.2 40.65 -
YUV 112.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 72 122 170 0.58 0.28 0 0.33 209.39 0.4 0.47
Hex 48 7A AA 3A 1C 0 21 D1 28 2F
Octal 110 172 252 72 34 0 41 321 50 57
Binary 1001000 1111010 10101010 111010 11100 0 100001 11010001 101000 101111

Color Harmonies of #487AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AAA

Black with #487AAA

Text Example


Text Example

White with #487AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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