Html Css Color HEX #487DAE Steel Blue

📋 copy color: '#487DAE'

red 72 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #487DAE

Tints of Steel Blue #487DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 19.41%
G = 33.69%
B = 46.9%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#487DAE (or 0x487DAE) is known color: Steel Blue. HEX triplet: 48, 7D and AE. RGB value is (72,125,174). Sum of RGB (Red+Green+Blue) = 72+125+174=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #487DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DAE is #B78251. Grayscale: #727272. Windows color (decimal): -12026450 or 11435336. OLE color: 11435336.

HSL color Cylindrical-coordinate representation of color #487DAE: hue angle of 208.82º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487DAE is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 125 174 -
CMYK 0.59 0.28 0 0.32
HSL 208.82º 0.41% 0.48% -
HSV(B) 208.82º 0.59% 0.68% -
XYZ 17.65 19.1 42.8 -
YUV 114.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 72 125 174 0.59 0.28 0 0.32 208.82 0.41 0.48
Hex 48 7D AE 3B 1C 0 20 D1 29 30
Octal 110 175 256 73 34 0 40 321 51 60
Binary 1001000 1111101 10101110 111011 11100 0 100000 11010001 101001 110000

Color Harmonies of #487DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DAE

Black with #487DAE

Text Example


Text Example

White with #487DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,125,174); }

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

background-color css

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

 a { background-color: rgb(72,125,174); }

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

border-color css

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

 span { border-color: rgb(72,125,174); }

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