Html Css Color HEX #487CAB Steel Blue

📋 copy color: '#487CAB'

red 72 ◦ green 124 ◦ blue 171

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

Shades of Steel Blue #487CAB

Tints of Steel Blue #487CAB

RGB

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

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

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

R = 19.62%
G = 33.79%
B = 46.59%

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

#487CAB (or 0x487CAB) is known color: Steel Blue. HEX triplet: 48, 7C and AB. RGB value is (72,124,171). Sum of RGB (Red+Green+Blue) = 72+124+171=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #487CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487CAB is #B78354. Grayscale: #717171. Windows color (decimal): -12026709 or 11238472. OLE color: 11238472.

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

Color convert

RGB 72 124 171 -
CMYK 0.58 0.27 0 0.33
HSL 208.48º 0.41% 0.48% -
HSV(B) 208.48º 0.58% 0.67% -
XYZ 17.23 18.73 41.24 -
YUV 113.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 72 124 171 0.58 0.27 0 0.33 208.48 0.41 0.48
Hex 48 7C AB 3A 1B 0 21 D0 29 30
Octal 110 174 253 72 33 0 41 320 51 60
Binary 1001000 1111100 10101011 111010 11011 0 100001 11010000 101001 110000

Color Harmonies of #487CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CAB

Black with #487CAB

Text Example


Text Example

White with #487CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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