Html Css Color HEX #487EAC Steel Blue

📋 copy color: '#487EAC'

red 72 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #487EAC

Tints of Steel Blue #487EAC

RGB

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

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

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

R = 19.46%
G = 34.05%
B = 46.49%

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

#487EAC (or 0x487EAC) is known color: Steel Blue. HEX triplet: 48, 7E and AC. RGB value is (72,126,172). Sum of RGB (Red+Green+Blue) = 72+126+172=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #487EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487EAC is #B78153. Grayscale: #727272. Windows color (decimal): -12026196 or 11304520. OLE color: 11304520.

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

Color convert

RGB 72 126 172 -
CMYK 0.58 0.27 0 0.33
HSL 207.6º 0.41% 0.48% -
HSV(B) 207.6º 0.58% 0.67% -
XYZ 17.58 19.28 41.82 -
YUV 115.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 72 126 172 0.58 0.27 0 0.33 207.6 0.41 0.48
Hex 48 7E AC 3A 1B 0 21 D0 29 30
Octal 110 176 254 72 33 0 41 320 51 60
Binary 1001000 1111110 10101100 111010 11011 0 100001 11010000 101001 110000

Color Harmonies of #487EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EAC

Black with #487EAC

Text Example


Text Example

White with #487EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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