Html Css Color HEX #487FAA Steel Blue

📋 copy color: '#487FAA'

red 72 ◦ green 127 ◦ blue 170

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

Shades of Steel Blue #487FAA

Tints of Steel Blue #487FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 19.51%
G = 34.42%
B = 46.07%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487FAA (or 0x487FAA) is known color: Steel Blue. HEX triplet: 48, 7F and AA. RGB value is (72,127,170). Sum of RGB (Red+Green+Blue) = 72+127+170=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #487FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FAA is #B78055. Grayscale: #737373. Windows color (decimal): -12025942 or 11173704. OLE color: 11173704.

HSL color Cylindrical-coordinate representation of color #487FAA: hue angle of 206.33º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #487FAA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 127 170 -
CMYK 0.58 0.25 0 0.33
HSL 206.33º 0.4% 0.47% -
HSV(B) 206.33º 0.58% 0.67% -
XYZ 17.52 19.46 40.86 -
YUV 115.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 72 127 170 0.58 0.25 0 0.33 206.33 0.4 0.47
Hex 48 7F AA 3A 19 0 21 CE 28 2F
Octal 110 177 252 72 31 0 41 316 50 57
Binary 1001000 1111111 10101010 111010 11001 0 100001 11001110 101000 101111

Color Harmonies of #487FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FAA

Black with #487FAA

Text Example


Text Example

White with #487FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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