Html Css Color HEX #487BAE Steel Blue

📋 copy color: '#487BAE'

red 72 ◦ green 123 ◦ blue 174

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

Shades of Steel Blue #487BAE

Tints of Steel Blue #487BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

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

R = 19.51%
G = 33.33%
B = 47.15%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#487BAE (or 0x487BAE) is known color: Steel Blue. HEX triplet: 48, 7B and AE. RGB value is (72,123,174). Sum of RGB (Red+Green+Blue) = 72+123+174=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #487BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BAE is #B78451. Grayscale: #717171. Windows color (decimal): -12026962 or 11434824. OLE color: 11434824.

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

Color convert

RGB 72 123 174 -
CMYK 0.59 0.29 0 0.32
HSL 210º 0.41% 0.48% -
HSV(B) 210º 0.59% 0.68% -
XYZ 17.4 18.6 42.72 -
YUV 113.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 72 123 174 0.59 0.29 0 0.32 210 0.41 0.48
Hex 48 7B AE 3B 1D 0 20 D2 29 30
Octal 110 173 256 73 35 0 40 322 51 60
Binary 1001000 1111011 10101110 111011 11101 0 100000 11010010 101001 110000

Color Harmonies of #487BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BAE

Black with #487BAE

Text Example


Text Example

White with #487BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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