Html Css Color HEX #487AAB Steel Blue

📋 copy color: '#487AAB'

red 72 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #487AAB

Tints of Steel Blue #487AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 19.73%
G = 33.42%
B = 46.85%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487AAB (or 0x487AAB) is known color: Steel Blue. HEX triplet: 48, 7A and AB. RGB value is (72,122,171). Sum of RGB (Red+Green+Blue) = 72+122+171=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #487AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AAB is #B78554. Grayscale: #707070. Windows color (decimal): -12027221 or 11237960. OLE color: 11237960.

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

Color convert

RGB 72 122 171 -
CMYK 0.58 0.29 0 0.33
HSL 209.7º 0.41% 0.48% -
HSV(B) 209.7º 0.58% 0.67% -
XYZ 16.98 18.24 41.15 -
YUV 112.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 72 122 171 0.58 0.29 0 0.33 209.7 0.41 0.48
Hex 48 7A AB 3A 1D 0 21 D2 29 30
Octal 110 172 253 72 35 0 41 322 51 60
Binary 1001000 1111010 10101011 111010 11101 0 100001 11010010 101001 110000

Color Harmonies of #487AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AAB

Black with #487AAB

Text Example


Text Example

White with #487AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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