Html Css Color HEX #494DAC Rich Blue

📋 copy color: '#494DAC'

red 73 ◦ green 77 ◦ blue 172

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

Shades of Rich Blue #494DAC

Tints of Rich Blue #494DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

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

R = 22.67%
G = 23.91%
B = 53.42%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#494DAC (or 0x494DAC) is known color: Rich Blue. HEX triplet: 49, 4D and AC. RGB value is (73,77,172). Sum of RGB (Red+Green+Blue) = 73+77+172=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #494DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DAC is #B6B253. Grayscale: #565656. Windows color (decimal): -11973204 or 11291977. OLE color: 11291977.

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

Color convert

RGB 73 77 172 -
CMYK 0.58 0.55 0 0.33
HSL 237.58º 0.4% 0.48% -
HSV(B) 237.58º 0.58% 0.67% -
XYZ 12.85 9.7 40.23 -
YUV 86.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 73 77 172 0.58 0.55 0 0.33 237.58 0.4 0.48
Hex 49 4D AC 3A 37 0 21 EE 28 30
Octal 111 115 254 72 67 0 41 356 50 60
Binary 1001001 1001101 10101100 111010 110111 0 100001 11101110 101000 110000

Color Harmonies of #494DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DAC

Black with #494DAC

Text Example


Text Example

White with #494DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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