Html Css Color HEX #487FA5 Steel Blue

📋 copy color: '#487FA5'

red 72 ◦ green 127 ◦ blue 165

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

Shades of Steel Blue #487FA5

Tints of Steel Blue #487FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 19.78%
G = 34.89%
B = 45.33%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#487FA5 (or 0x487FA5) is known color: Steel Blue. HEX triplet: 48, 7F and A5. RGB value is (72,127,165). Sum of RGB (Red+Green+Blue) = 72+127+165=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #487FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FA5 is #B7805A. Grayscale: #727272. Windows color (decimal): -12025947 or 10846024. OLE color: 10846024.

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

Color convert

RGB 72 127 165 -
CMYK 0.56 0.23 0 0.35
HSL 204.52º 0.39% 0.46% -
HSV(B) 204.52º 0.56% 0.65% -
XYZ 17.05 19.27 38.42 -
YUV 114.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 72 127 165 0.56 0.23 0 0.35 204.52 0.39 0.46
Hex 48 7F A5 38 17 0 23 CD 27 2E
Octal 110 177 245 70 27 0 43 315 47 56
Binary 1001000 1111111 10100101 111000 10111 0 100011 11001101 100111 101110

Color Harmonies of #487FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FA5

Black with #487FA5

Text Example


Text Example

White with #487FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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