Html Css Color HEX #487BAD Steel Blue

📋 copy color: '#487BAD'

red 72 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #487BAD

Tints of Steel Blue #487BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 19.57%
G = 33.42%
B = 47.01%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#487BAD (or 0x487BAD) is known color: Steel Blue. HEX triplet: 48, 7B and AD. RGB value is (72,123,173). Sum of RGB (Red+Green+Blue) = 72+123+173=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #487BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BAD is #B78452. Grayscale: #717171. Windows color (decimal): -12026963 or 11369288. OLE color: 11369288.

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

Color convert

RGB 72 123 173 -
CMYK 0.58 0.29 0 0.32
HSL 209.7º 0.41% 0.48% -
HSV(B) 209.7º 0.58% 0.68% -
XYZ 17.3 18.56 42.21 -
YUV 113.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 72 123 173 0.58 0.29 0 0.32 209.7 0.41 0.48
Hex 48 7B AD 3A 1D 0 20 D2 29 30
Octal 110 173 255 72 35 0 40 322 51 60
Binary 1001000 1111011 10101101 111010 11101 0 100000 11010010 101001 110000

Color Harmonies of #487BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BAD

Black with #487BAD

Text Example


Text Example

White with #487BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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