Html Css Color HEX #4983AB Steel Blue

📋 copy color: '#4983AB'

red 73 ◦ green 131 ◦ blue 171

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

Shades of Steel Blue #4983AB

Tints of Steel Blue #4983AB

RGB

 RED value IS 73 (28.91% from 255) = 19.47%

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

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

R = 19.47%
G = 34.93%
B = 45.6%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4983AB (or 0x4983AB) is known color: Steel Blue. HEX triplet: 49, 83 and AB. RGB value is (73,131,171). Sum of RGB (Red+Green+Blue) = 73+131+171=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 131 (51.56% from 255 or 34.93% 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 #4983AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4983AB is #B67C54. Grayscale: #767676. Windows color (decimal): -11959381 or 11240265. OLE color: 11240265.

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

Color convert

RGB 73 131 171 -
CMYK 0.57 0.23 0 0.33
HSL 204.49º 0.4% 0.48% -
HSV(B) 204.49º 0.57% 0.67% -
XYZ 18.21 20.59 41.54 -
YUV 118.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 73 131 171 0.57 0.23 0 0.33 204.49 0.4 0.48
Hex 49 83 AB 39 17 0 21 CC 28 30
Octal 111 203 253 71 27 0 41 314 50 60
Binary 1001001 10000011 10101011 111001 10111 0 100001 11001100 101000 110000

Color Harmonies of #4983AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4983AB

Black with #4983AB

Text Example


Text Example

White with #4983AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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