Html Css Color HEX #4883AA Steel Blue

📋 copy color: '#4883AA'

red 72 ◦ green 131 ◦ blue 170

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

Shades of Steel Blue #4883AA

Tints of Steel Blue #4883AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 19.3%
G = 35.12%
B = 45.58%

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

#4883AA (or 0x4883AA) is known color: Steel Blue. HEX triplet: 48, 83 and AA. RGB value is (72,131,170). Sum of RGB (Red+Green+Blue) = 72+131+170=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #4883AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4883AA is #B77C55. Grayscale: #757575. Windows color (decimal): -12024918 or 11174728. OLE color: 11174728.

HSL color Cylindrical-coordinate representation of color #4883AA: hue angle of 203.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4883AA is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 131 170 -
CMYK 0.58 0.23 0 0.33
HSL 203.88º 0.4% 0.47% -
HSV(B) 203.88º 0.58% 0.67% -
XYZ 18.04 20.51 41.04 -
YUV 117.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 72 131 170 0.58 0.23 0 0.33 203.88 0.4 0.47
Hex 48 83 AA 3A 17 0 21 CC 28 2F
Octal 110 203 252 72 27 0 41 314 50 57
Binary 1001000 10000011 10101010 111010 10111 0 100001 11001100 101000 101111

Color Harmonies of #4883AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4883AA

Black with #4883AA

Text Example


Text Example

White with #4883AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4883AA; }

 p { color: rgb(72,131,170); }

 H1.HeaderClassName
 {
   color: #4883AA;
 }
 .AnyTagClassName
 {
   color: #4883AA;
 }
</style>

background-color css

<style>
 a { background-color: #4883AA; }

 a { background-color: rgb(72,131,170); }

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

border-color css

<style>
 span { border-color: #4883AA; }

 span { border-color: rgb(72,131,170); }

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