Html Css Color HEX #4883AB Steel Blue

📋 copy color: '#4883AB'

red 72 ◦ green 131 ◦ blue 171

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

Shades of Steel Blue #4883AB

Tints of Steel Blue #4883AB

RGB

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

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

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

R = 19.25%
G = 35.03%
B = 45.72%

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

#4883AB (or 0x4883AB) is known color: Steel Blue. HEX triplet: 48, 83 and AB. RGB value is (72,131,171). Sum of RGB (Red+Green+Blue) = 72+131+171=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #4883AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4883AB is #B77C54. Grayscale: #757575. Windows color (decimal): -12024917 or 11240264. OLE color: 11240264.

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

Color convert

RGB 72 131 171 -
CMYK 0.58 0.23 0 0.33
HSL 204.24º 0.41% 0.48% -
HSV(B) 204.24º 0.58% 0.67% -
XYZ 18.14 20.55 41.54 -
YUV 117.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 72 131 171 0.58 0.23 0 0.33 204.24 0.41 0.48
Hex 48 83 AB 3A 17 0 21 CC 29 30
Octal 110 203 253 72 27 0 41 314 51 60
Binary 1001000 10000011 10101011 111010 10111 0 100001 11001100 101001 110000

Color Harmonies of #4883AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4883AB

Black with #4883AB

Text Example


Text Example

White with #4883AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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