Html Css Color HEX #487DAB Steel Blue

📋 copy color: '#487DAB'

red 72 ◦ green 125 ◦ blue 171

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

Shades of Steel Blue #487DAB

Tints of Steel Blue #487DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

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

R = 19.57%
G = 33.97%
B = 46.47%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#487DAB (or 0x487DAB) is known color: Steel Blue. HEX triplet: 48, 7D and AB. RGB value is (72,125,171). Sum of RGB (Red+Green+Blue) = 72+125+171=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #487DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DAB is #B78254. Grayscale: #727272. Windows color (decimal): -12026453 or 11238728. OLE color: 11238728.

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

Color convert

RGB 72 125 171 -
CMYK 0.58 0.27 0 0.33
HSL 207.88º 0.41% 0.48% -
HSV(B) 207.88º 0.58% 0.67% -
XYZ 17.36 18.99 41.28 -
YUV 114.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 72 125 171 0.58 0.27 0 0.33 207.88 0.41 0.48
Hex 48 7D AB 3A 1B 0 21 D0 29 30
Octal 110 175 253 72 33 0 41 320 51 60
Binary 1001000 1111101 10101011 111010 11011 0 100001 11010000 101001 110000

Color Harmonies of #487DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DAB

Black with #487DAB

Text Example


Text Example

White with #487DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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