Html Css Color HEX #487EAB Steel Blue

📋 copy color: '#487EAB'

red 72 ◦ green 126 ◦ blue 171

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

Shades of Steel Blue #487EAB

Tints of Steel Blue #487EAB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 19.51%
G = 34.15%
B = 46.34%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487EAB (or 0x487EAB) is known color: Steel Blue. HEX triplet: 48, 7E and AB. RGB value is (72,126,171). Sum of RGB (Red+Green+Blue) = 72+126+171=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #487EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487EAB is #B78154. Grayscale: #727272. Windows color (decimal): -12026197 or 11238984. OLE color: 11238984.

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

Color convert

RGB 72 126 171 -
CMYK 0.58 0.26 0 0.33
HSL 207.27º 0.41% 0.48% -
HSV(B) 207.27º 0.58% 0.67% -
XYZ 17.48 19.24 41.32 -
YUV 114.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 72 126 171 0.58 0.26 0 0.33 207.27 0.41 0.48
Hex 48 7E AB 3A 1A 0 21 CF 29 30
Octal 110 176 253 72 32 0 41 317 51 60
Binary 1001000 1111110 10101011 111010 11010 0 100001 11001111 101001 110000

Color Harmonies of #487EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EAB

Black with #487EAB

Text Example


Text Example

White with #487EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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