Html Css Color HEX #4849AE Rich Blue

📋 copy color: '#4849AE'

red 72 ◦ green 73 ◦ blue 174

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

Shades of Rich Blue #4849AE

Tints of Rich Blue #4849AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

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

R = 22.57%
G = 22.88%
B = 54.55%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4849AE (or 0x4849AE) is known color: Rich Blue. HEX triplet: 48, 49 and AE. RGB value is (72,73,174). Sum of RGB (Red+Green+Blue) = 72+73+174=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #4849AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4849AE is #B7B651. Grayscale: #535353. Windows color (decimal): -12039762 or 11422024. OLE color: 11422024.

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

Color convert

RGB 72 73 174 -
CMYK 0.59 0.58 0 0.32
HSL 239.41º 0.41% 0.48% -
HSV(B) 239.41º 0.59% 0.68% -
XYZ 12.7 9.2 41.15 -
YUV 84.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 72 73 174 0.59 0.58 0 0.32 239.41 0.41 0.48
Hex 48 49 AE 3B 3A 0 20 EF 29 30
Octal 110 111 256 73 72 0 40 357 51 60
Binary 1001000 1001001 10101110 111011 111010 0 100000 11101111 101001 110000

Color Harmonies of #4849AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4849AE

Black with #4849AE

Text Example


Text Example

White with #4849AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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