Html Css Color HEX #494AAE Rich Blue

📋 copy color: '#494AAE'

red 73 ◦ green 74 ◦ blue 174

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

Shades of Rich Blue #494AAE

Tints of Rich Blue #494AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

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

R = 22.74%
G = 23.05%
B = 54.21%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#494AAE (or 0x494AAE) is known color: Rich Blue. HEX triplet: 49, 4A and AE. RGB value is (73,74,174). Sum of RGB (Red+Green+Blue) = 73+74+174=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #494AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AAE is #B6B551. Grayscale: #545454. Windows color (decimal): -11973970 or 11422281. OLE color: 11422281.

HSL color Cylindrical-coordinate representation of color #494AAE: 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.58%. Process color model (Four color, CMYK) of #494AAE is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 74 174 -
CMYK 0.58 0.57 0 0.32
HSL 239.41º 0.41% 0.48% -
HSV(B) 239.41º 0.58% 0.68% -
XYZ 12.84 9.37 41.18 -
YUV 85.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 73 74 174 0.58 0.57 0 0.32 239.41 0.41 0.48
Hex 49 4A AE 3A 39 0 20 EF 29 30
Octal 111 112 256 72 71 0 40 357 51 60
Binary 1001001 1001010 10101110 111010 111001 0 100000 11101111 101001 110000

Color Harmonies of #494AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AAE

Black with #494AAE

Text Example


Text Example

White with #494AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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