Html Css Color HEX #487FAB Steel Blue

📋 copy color: '#487FAB'

red 72 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #487FAB

Tints of Steel Blue #487FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 19.46%
G = 34.32%
B = 46.22%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487FAB (or 0x487FAB) is known color: Steel Blue. HEX triplet: 48, 7F and AB. RGB value is (72,127,171). Sum of RGB (Red+Green+Blue) = 72+127+171=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #487FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FAB is #B78054. Grayscale: #737373. Windows color (decimal): -12025941 or 11239240. OLE color: 11239240.

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

Color convert

RGB 72 127 171 -
CMYK 0.58 0.26 0 0.33
HSL 206.67º 0.41% 0.48% -
HSV(B) 206.67º 0.58% 0.67% -
XYZ 17.61 19.5 41.36 -
YUV 115.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 72 127 171 0.58 0.26 0 0.33 206.67 0.41 0.48
Hex 48 7F AB 3A 1A 0 21 CF 29 30
Octal 110 177 253 72 32 0 41 317 51 60
Binary 1001000 1111111 10101011 111010 11010 0 100001 11001111 101001 110000

Color Harmonies of #487FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FAB

Black with #487FAB

Text Example


Text Example

White with #487FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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