Html Css Color HEX #487FA6 Steel Blue

📋 copy color: '#487FA6'

red 72 ◦ green 127 ◦ blue 166

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

Shades of Steel Blue #487FA6

Tints of Steel Blue #487FA6

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

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

R = 19.73%
G = 34.79%
B = 45.48%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#487FA6 (or 0x487FA6) is known color: Steel Blue. HEX triplet: 48, 7F and A6. RGB value is (72,127,166). Sum of RGB (Red+Green+Blue) = 72+127+166=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 166 - color contains mainly: blue. Hex color #487FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FA6 is #B78059. Grayscale: #727272. Windows color (decimal): -12025946 or 10911560. OLE color: 10911560.

HSL color Cylindrical-coordinate representation of color #487FA6: hue angle of 204.89º 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 #487FA6 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 127 166 -
CMYK 0.57 0.23 0 0.35
HSL 204.89º 0.39% 0.47% -
HSV(B) 204.89º 0.57% 0.65% -
XYZ 17.14 19.31 38.9 -
YUV 115 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 72 127 166 0.57 0.23 0 0.35 204.89 0.39 0.47
Hex 48 7F A6 39 17 0 23 CD 27 2F
Octal 110 177 246 71 27 0 43 315 47 57
Binary 1001000 1111111 10100110 111001 10111 0 100011 11001101 100111 101111

Color Harmonies of #487FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FA6

Black with #487FA6

Text Example


Text Example

White with #487FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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