Html Css Color HEX #4884AD Steel Blue

📋 copy color: '#4884AD'

red 72 ◦ green 132 ◦ blue 173

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

Shades of Steel Blue #4884AD

Tints of Steel Blue #4884AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 19.1%
G = 35.01%
B = 45.89%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4884AD (or 0x4884AD) is known color: Steel Blue. HEX triplet: 48, 84 and AD. RGB value is (72,132,173). Sum of RGB (Red+Green+Blue) = 72+132+173=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #4884AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4884AD is #B77B52. Grayscale: #767676. Windows color (decimal): -12024659 or 11371592. OLE color: 11371592.

HSL color Cylindrical-coordinate representation of color #4884AD: hue angle of 204.36º 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 #4884AD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 132 173 -
CMYK 0.58 0.24 0 0.32
HSL 204.36º 0.41% 0.48% -
HSV(B) 204.36º 0.58% 0.68% -
XYZ 18.47 20.9 42.6 -
YUV 118.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 72 132 173 0.58 0.24 0 0.32 204.36 0.41 0.48
Hex 48 84 AD 3A 18 0 20 CC 29 30
Octal 110 204 255 72 30 0 40 314 51 60
Binary 1001000 10000100 10101101 111010 11000 0 100000 11001100 101001 110000

Color Harmonies of #4884AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4884AD

Black with #4884AD

Text Example


Text Example

White with #4884AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4884AD; }

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

 H1.HeaderClassName
 {
   color: #4884AD;
 }
 .AnyTagClassName
 {
   color: #4884AD;
 }
</style>

background-color css

<style>
 a { background-color: #4884AD; }

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

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

border-color css

<style>
 span { border-color: #4884AD; }

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

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