Html Css Color HEX #4981AE Steel Blue

📋 copy color: '#4981AE'

red 73 ◦ green 129 ◦ blue 174

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

Shades of Steel Blue #4981AE

Tints of Steel Blue #4981AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 19.41%
G = 34.31%
B = 46.28%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4981AE (or 0x4981AE) is known color: Steel Blue. HEX triplet: 49, 81 and AE. RGB value is (73,129,174). Sum of RGB (Red+Green+Blue) = 73+129+174=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #4981AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4981AE is #B67E51. Grayscale: #757575. Windows color (decimal): -11959890 or 11436361. OLE color: 11436361.

HSL color Cylindrical-coordinate representation of color #4981AE: hue angle of 206.73º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4981AE is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 129 174 -
CMYK 0.58 0.26 0 0.32
HSL 206.73º 0.41% 0.48% -
HSV(B) 206.73º 0.58% 0.68% -
XYZ 18.24 20.17 42.98 -
YUV 117.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 73 129 174 0.58 0.26 0 0.32 206.73 0.41 0.48
Hex 49 81 AE 3A 1A 0 20 CF 29 30
Octal 111 201 256 72 32 0 40 317 51 60
Binary 1001001 10000001 10101110 111010 11010 0 100000 11001111 101001 110000

Color Harmonies of #4981AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4981AE

Black with #4981AE

Text Example


Text Example

White with #4981AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4981AE; }

 p { color: rgb(73,129,174); }

 H1.HeaderClassName
 {
   color: #4981AE;
 }
 .AnyTagClassName
 {
   color: #4981AE;
 }
</style>

background-color css

<style>
 a { background-color: #4981AE; }

 a { background-color: rgb(73,129,174); }

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

border-color css

<style>
 span { border-color: #4981AE; }

 span { border-color: rgb(73,129,174); }

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