Html Css Color HEX #49429D Blue Gem

📋 copy color: '#49429D'

red 73 ◦ green 66 ◦ blue 157

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

Shades of Blue Gem #49429D

Tints of Blue Gem #49429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.04%

R = 24.66%
G = 22.3%
B = 53.04%

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

#49429D (or 0x49429D) is known color: Blue Gem. HEX triplet: 49, 42 and 9D. RGB value is (73,66,157). Sum of RGB (Red+Green+Blue) = 73+66+157=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #49429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429D is #B6BD62. Grayscale: #4E4E4E. Windows color (decimal): -11976035 or 10306121. OLE color: 10306121.

HSL color Cylindrical-coordinate representation of color #49429D: hue angle of 244.62º 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 #49429D is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 66 157 -
CMYK 0.54 0.58 0 0.38
HSL 244.62º 0.41% 0.44% -
HSV(B) 244.62º 0.58% 0.62% -
XYZ 10.78 7.75 32.83 -
YUV 78.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 73 66 157 0.54 0.58 0 0.38 244.62 0.41 0.44
Hex 49 42 9D 36 3A 0 26 F5 29 2C
Octal 111 102 235 66 72 0 46 365 51 54
Binary 1001001 1000010 10011101 110110 111010 0 100110 11110101 101001 101100

Color Harmonies of #49429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49429D

Black with #49429D

Text Example


Text Example

White with #49429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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