Html Css Color HEX #494AAC Rich Blue

📋 copy color: '#494AAC'

red 73 ◦ green 74 ◦ blue 172

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

Shades of Rich Blue #494AAC

Tints of Rich Blue #494AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 22.88%
G = 23.2%
B = 53.92%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#494AAC (or 0x494AAC) is known color: Rich Blue. HEX triplet: 49, 4A and AC. RGB value is (73,74,172). Sum of RGB (Red+Green+Blue) = 73+74+172=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #494AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AAC is #B6B553. Grayscale: #545454. Windows color (decimal): -11973972 or 11291209. OLE color: 11291209.

HSL color Cylindrical-coordinate representation of color #494AAC: hue angle of 239.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #494AAC is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 74 172 -
CMYK 0.58 0.57 0 0.33
HSL 239.39º 0.4% 0.48% -
HSV(B) 239.39º 0.58% 0.67% -
XYZ 12.64 9.29 40.16 -
YUV 84.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 73 74 172 0.58 0.57 0 0.33 239.39 0.4 0.48
Hex 49 4A AC 3A 39 0 21 EF 28 30
Octal 111 112 254 72 71 0 41 357 50 60
Binary 1001001 1001010 10101100 111010 111001 0 100001 11101111 101000 110000

Color Harmonies of #494AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AAC

Black with #494AAC

Text Example


Text Example

White with #494AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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