Html Css Color HEX #487BAB Steel Blue

📋 copy color: '#487BAB'

red 72 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #487BAB

Tints of Steel Blue #487BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 19.67%
G = 33.61%
B = 46.72%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487BAB (or 0x487BAB) is known color: Steel Blue. HEX triplet: 48, 7B and AB. RGB value is (72,123,171). Sum of RGB (Red+Green+Blue) = 72+123+171=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #487BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BAB is #B78454. Grayscale: #707070. Windows color (decimal): -12026965 or 11238216. OLE color: 11238216.

HSL color Cylindrical-coordinate representation of color #487BAB: hue angle of 209.09º 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 #487BAB is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 123 171 -
CMYK 0.58 0.28 0 0.33
HSL 209.09º 0.41% 0.48% -
HSV(B) 209.09º 0.58% 0.67% -
XYZ 17.11 18.48 41.19 -
YUV 113.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 72 123 171 0.58 0.28 0 0.33 209.09 0.41 0.48
Hex 48 7B AB 3A 1C 0 21 D1 29 30
Octal 110 173 253 72 34 0 41 321 51 60
Binary 1001000 1111011 10101011 111010 11100 0 100001 11010001 101001 110000

Color Harmonies of #487BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BAB

Black with #487BAB

Text Example


Text Example

White with #487BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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