Html Css Color HEX #4983AC Steel Blue

📋 copy color: '#4983AC'

red 73 ◦ green 131 ◦ blue 172

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

Shades of Steel Blue #4983AC

Tints of Steel Blue #4983AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 19.41%
G = 34.84%
B = 45.74%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4983AC (or 0x4983AC) is known color: Steel Blue. HEX triplet: 49, 83 and AC. RGB value is (73,131,172). Sum of RGB (Red+Green+Blue) = 73+131+172=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #4983AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4983AC is #B67C53. Grayscale: #767676. Windows color (decimal): -11959380 or 11305801. OLE color: 11305801.

HSL color Cylindrical-coordinate representation of color #4983AC: hue angle of 204.85º degrees, saturation: 0.4, 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 #4983AC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 131 172 -
CMYK 0.58 0.24 0 0.33
HSL 204.85º 0.4% 0.48% -
HSV(B) 204.85º 0.58% 0.67% -
XYZ 18.31 20.63 42.05 -
YUV 118.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 73 131 172 0.58 0.24 0 0.33 204.85 0.4 0.48
Hex 49 83 AC 3A 18 0 21 CD 28 30
Octal 111 203 254 72 30 0 41 315 50 60
Binary 1001001 10000011 10101100 111010 11000 0 100001 11001101 101000 110000

Color Harmonies of #4983AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4983AC

Black with #4983AC

Text Example


Text Example

White with #4983AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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