Html Css Color HEX #49429E Blue Gem

📋 copy color: '#49429E'

red 73 ◦ green 66 ◦ blue 158

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

Shades of Blue Gem #49429E

Tints of Blue Gem #49429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 24.58%
G = 22.22%
B = 53.2%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49429E (or 0x49429E) is known color: Blue Gem. HEX triplet: 49, 42 and 9E. RGB value is (73,66,158). Sum of RGB (Red+Green+Blue) = 73+66+158=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #49429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429E is #B6BD61. Grayscale: #4E4E4E. Windows color (decimal): -11976034 or 10371657. OLE color: 10371657.

HSL color Cylindrical-coordinate representation of color #49429E: hue angle of 244.57º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49429E is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 66 158 -
CMYK 0.54 0.58 0 0.38
HSL 244.57º 0.41% 0.44% -
HSV(B) 244.57º 0.58% 0.62% -
XYZ 10.87 7.78 33.28 -
YUV 78.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 73 66 158 0.54 0.58 0 0.38 244.57 0.41 0.44
Hex 49 42 9E 36 3A 0 26 F5 29 2C
Octal 111 102 236 66 72 0 46 365 51 54
Binary 1001001 1000010 10011110 110110 111010 0 100110 11110101 101001 101100

Color Harmonies of #49429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49429E

Black with #49429E

Text Example


Text Example

White with #49429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49429E; }

 p { color: rgb(73,66,158); }

 H1.HeaderClassName
 {
   color: #49429E;
 }
 .AnyTagClassName
 {
   color: #49429E;
 }
</style>

background-color css

<style>
 a { background-color: #49429E; }

 a { background-color: rgb(73,66,158); }

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

border-color css

<style>
 span { border-color: #49429E; }

 span { border-color: rgb(73,66,158); }

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