Html Css Color HEX #487DA6 Steel Blue

📋 copy color: '#487DA6'

red 72 ◦ green 125 ◦ blue 166

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

Shades of Steel Blue #487DA6

Tints of Steel Blue #487DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 19.83%
G = 34.44%
B = 45.73%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#487DA6 (or 0x487DA6) is known color: Steel Blue. HEX triplet: 48, 7D and A6. RGB value is (72,125,166). Sum of RGB (Red+Green+Blue) = 72+125+166=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #487DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DA6 is #B78259. Grayscale: #717171. Windows color (decimal): -12026458 or 10911048. OLE color: 10911048.

HSL color Cylindrical-coordinate representation of color #487DA6: hue angle of 206.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #487DA6 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 125 166 -
CMYK 0.57 0.25 0 0.35
HSL 206.17º 0.39% 0.47% -
HSV(B) 206.17º 0.57% 0.65% -
XYZ 16.89 18.8 38.81 -
YUV 113.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 72 125 166 0.57 0.25 0 0.35 206.17 0.39 0.47
Hex 48 7D A6 39 19 0 23 CE 27 2F
Octal 110 175 246 71 31 0 43 316 47 57
Binary 1001000 1111101 10100110 111001 11001 0 100011 11001110 100111 101111

Color Harmonies of #487DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DA6

Black with #487DA6

Text Example


Text Example

White with #487DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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