Html Css Color HEX #4884AB Steel Blue

📋 copy color: '#4884AB'

red 72 ◦ green 132 ◦ blue 171

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

Shades of Steel Blue #4884AB

Tints of Steel Blue #4884AB

RGB

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

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

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

R = 19.2%
G = 35.2%
B = 45.6%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4884AB (or 0x4884AB) is known color: Steel Blue. HEX triplet: 48, 84 and AB. RGB value is (72,132,171). Sum of RGB (Red+Green+Blue) = 72+132+171=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #4884AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4884AB is #B77B54. Grayscale: #767676. Windows color (decimal): -12024661 or 11240520. OLE color: 11240520.

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

Color convert

RGB 72 132 171 -
CMYK 0.58 0.23 0 0.33
HSL 203.64º 0.41% 0.48% -
HSV(B) 203.64º 0.58% 0.67% -
XYZ 18.27 20.82 41.58 -
YUV 118.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 72 132 171 0.58 0.23 0 0.33 203.64 0.41 0.48
Hex 48 84 AB 3A 17 0 21 CC 29 30
Octal 110 204 253 72 27 0 41 314 51 60
Binary 1001000 10000100 10101011 111010 10111 0 100001 11001100 101001 110000

Color Harmonies of #4884AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4884AB

Black with #4884AB

Text Example


Text Example

White with #4884AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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