Html Css Color HEX #487AAE Steel Blue

📋 copy color: '#487AAE'

red 72 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #487AAE

Tints of Steel Blue #487AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

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

R = 19.57%
G = 33.15%
B = 47.28%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#487AAE (or 0x487AAE) is known color: Steel Blue. HEX triplet: 48, 7A and AE. RGB value is (72,122,174). Sum of RGB (Red+Green+Blue) = 72+122+174=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #487AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AAE is #B78551. Grayscale: #707070. Windows color (decimal): -12027218 or 11434568. OLE color: 11434568.

HSL color Cylindrical-coordinate representation of color #487AAE: hue angle of 210.59º 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 #487AAE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 122 174 -
CMYK 0.59 0.30 0 0.32
HSL 210.59º 0.41% 0.48% -
HSV(B) 210.59º 0.59% 0.68% -
XYZ 17.27 18.35 42.68 -
YUV 112.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 72 122 174 0.59 0.30 0 0.32 210.59 0.41 0.48
Hex 48 7A AE 3B 1E 0 20 D3 29 30
Octal 110 172 256 73 36 0 40 323 51 60
Binary 1001000 1111010 10101110 111011 11110 0 100000 11010011 101001 110000

Color Harmonies of #487AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AAE

Black with #487AAE

Text Example


Text Example

White with #487AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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