Html Css Color HEX #494EAE Rich Blue

📋 copy color: '#494EAE'

red 73 ◦ green 78 ◦ blue 174

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

Shades of Rich Blue #494EAE

Tints of Rich Blue #494EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24%

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

R = 22.46%
G = 24%
B = 53.54%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#494EAE (or 0x494EAE) is known color: Rich Blue. HEX triplet: 49, 4E and AE. RGB value is (73,78,174). Sum of RGB (Red+Green+Blue) = 73+78+174=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #494EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494EAE is #B6B151. Grayscale: #575757. Windows color (decimal): -11972946 or 11423305. OLE color: 11423305.

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

Color convert

RGB 73 78 174 -
CMYK 0.58 0.55 0 0.32
HSL 237.03º 0.41% 0.48% -
HSV(B) 237.03º 0.58% 0.68% -
XYZ 13.11 9.92 41.27 -
YUV 87.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 73 78 174 0.58 0.55 0 0.32 237.03 0.41 0.48
Hex 49 4E AE 3A 37 0 20 ED 29 30
Octal 111 116 256 72 67 0 40 355 51 60
Binary 1001001 1001110 10101110 111010 110111 0 100000 11101101 101001 110000

Color Harmonies of #494EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EAE

Black with #494EAE

Text Example


Text Example

White with #494EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494EAE; }

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

 H1.HeaderClassName
 {
   color: #494EAE;
 }
 .AnyTagClassName
 {
   color: #494EAE;
 }
</style>

background-color css

<style>
 a { background-color: #494EAE; }

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

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

border-color css

<style>
 span { border-color: #494EAE; }

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

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