Html Css Color HEX #4986AE Steel Blue

📋 copy color: '#4986AE'

red 73 ◦ green 134 ◦ blue 174

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

Shades of Steel Blue #4986AE

Tints of Steel Blue #4986AE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

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

R = 19.16%
G = 35.17%
B = 45.67%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4986AE (or 0x4986AE) is known color: Steel Blue. HEX triplet: 49, 86 and AE. RGB value is (73,134,174). Sum of RGB (Red+Green+Blue) = 73+134+174=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #4986AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4986AE is #B67951. Grayscale: #787878. Windows color (decimal): -11958610 or 11437641. OLE color: 11437641.

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

Color convert

RGB 73 134 174 -
CMYK 0.58 0.23 0 0.32
HSL 203.76º 0.41% 0.48% -
HSV(B) 203.76º 0.58% 0.68% -
XYZ 18.91 21.52 43.2 -
YUV 120.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 73 134 174 0.58 0.23 0 0.32 203.76 0.41 0.48
Hex 49 86 AE 3A 17 0 20 CC 29 30
Octal 111 206 256 72 27 0 40 314 51 60
Binary 1001001 10000110 10101110 111010 10111 0 100000 11001100 101001 110000

Color Harmonies of #4986AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986AE

Black with #4986AE

Text Example


Text Example

White with #4986AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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