Html Css Color HEX #494AB2 Rich Blue

📋 copy color: '#494AB2'

red 73 ◦ green 74 ◦ blue 178

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

Shades of Rich Blue #494AB2

Tints of Rich Blue #494AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.77%

R = 22.46%
G = 22.77%
B = 54.77%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#494AB2 (or 0x494AB2) is known color: Rich Blue. HEX triplet: 49, 4A and B2. RGB value is (73,74,178). Sum of RGB (Red+Green+Blue) = 73+74+178=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #494AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AB2 is #B6B54D. Grayscale: #555555. Windows color (decimal): -11973966 or 11684425. OLE color: 11684425.

HSL color Cylindrical-coordinate representation of color #494AB2: hue angle of 239.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #494AB2 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 74 178 -
CMYK 0.59 0.58 0 0.30
HSL 239.43º 0.42% 0.49% -
HSV(B) 239.43º 0.59% 0.7% -
XYZ 13.23 9.53 43.26 -
YUV 85.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 73 74 178 0.59 0.58 0 0.30 239.43 0.42 0.49
Hex 49 4A B2 3B 3A 0 1E EF 2A 31
Octal 111 112 262 73 72 0 36 357 52 61
Binary 1001001 1001010 10110010 111011 111010 0 11110 11101111 101010 110001

Color Harmonies of #494AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AB2

Black with #494AB2

Text Example


Text Example

White with #494AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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