Html Css Color HEX #487CAC Steel Blue

📋 copy color: '#487CAC'

red 72 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #487CAC

Tints of Steel Blue #487CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 19.57%
G = 33.7%
B = 46.74%

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

#487CAC (or 0x487CAC) is known color: Steel Blue. HEX triplet: 48, 7C and AC. RGB value is (72,124,172). Sum of RGB (Red+Green+Blue) = 72+124+172=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #487CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487CAC is #B78353. Grayscale: #717171. Windows color (decimal): -12026708 or 11304008. OLE color: 11304008.

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

Color convert

RGB 72 124 172 -
CMYK 0.58 0.28 0 0.33
HSL 208.8º 0.41% 0.48% -
HSV(B) 208.8º 0.58% 0.67% -
XYZ 17.33 18.77 41.74 -
YUV 113.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 72 124 172 0.58 0.28 0 0.33 208.8 0.41 0.48
Hex 48 7C AC 3A 1C 0 21 D1 29 30
Octal 110 174 254 72 34 0 41 321 51 60
Binary 1001000 1111100 10101100 111010 11100 0 100001 11010001 101001 110000

Color Harmonies of #487CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CAC

Black with #487CAC

Text Example


Text Example

White with #487CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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