Html Css Color HEX #4940AE Rich Blue

📋 copy color: '#4940AE'

red 73 ◦ green 64 ◦ blue 174

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

Shades of Rich Blue #4940AE

Tints of Rich Blue #4940AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 23.47%
G = 20.58%
B = 55.95%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4940AE (or 0x4940AE) is known color: Rich Blue. HEX triplet: 49, 40 and AE. RGB value is (73,64,174). Sum of RGB (Red+Green+Blue) = 73+64+174=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4940AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940AE is #B6BF51. Grayscale: #4E4E4E. Windows color (decimal): -11976530 or 11419721. OLE color: 11419721.

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

Color convert

RGB 73 64 174 -
CMYK 0.58 0.63 0 0.32
HSL 244.91º 0.46% 0.47% -
HSV(B) 244.91º 0.63% 0.68% -
XYZ 12.22 8.14 40.97 -
YUV 79.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 73 64 174 0.58 0.63 0 0.32 244.91 0.46 0.47
Hex 49 40 AE 3A 3F 0 20 F5 2E 2F
Octal 111 100 256 72 77 0 40 365 56 57
Binary 1001001 1000000 10101110 111010 111111 0 100000 11110101 101110 101111

Color Harmonies of #4940AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4940AE

Black with #4940AE

Text Example


Text Example

White with #4940AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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