Html Css Color HEX #487FAF Steel Blue

📋 copy color: '#487FAF'

red 72 ◦ green 127 ◦ blue 175

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

Shades of Steel Blue #487FAF

Tints of Steel Blue #487FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 19.25%
G = 33.96%
B = 46.79%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#487FAF (or 0x487FAF) is known color: Steel Blue. HEX triplet: 48, 7F and AF. RGB value is (72,127,175). Sum of RGB (Red+Green+Blue) = 72+127+175=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #487FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FAF is #B78050. Grayscale: #737373. Windows color (decimal): -12025937 or 11501384. OLE color: 11501384.

HSL color Cylindrical-coordinate representation of color #487FAF: hue angle of 207.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487FAF is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 127 175 -
CMYK 0.59 0.27 0 0.31
HSL 207.96º 0.42% 0.48% -
HSV(B) 207.96º 0.59% 0.69% -
XYZ 18 19.65 43.4 -
YUV 116.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 72 127 175 0.59 0.27 0 0.31 207.96 0.42 0.48
Hex 48 7F AF 3B 1B 0 1F D0 2A 30
Octal 110 177 257 73 33 0 37 320 52 60
Binary 1001000 1111111 10101111 111011 11011 0 11111 11010000 101010 110000

Color Harmonies of #487FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FAF

Black with #487FAF

Text Example


Text Example

White with #487FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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