Html Css Color HEX #49429C Blue Gem

📋 copy color: '#49429C'

red 73 ◦ green 66 ◦ blue 156

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

Shades of Blue Gem #49429C

Tints of Blue Gem #49429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 24.75%
G = 22.37%
B = 52.88%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49429C (or 0x49429C) is known color: Blue Gem. HEX triplet: 49, 42 and 9C. RGB value is (73,66,156). Sum of RGB (Red+Green+Blue) = 73+66+156=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #49429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429C is #B6BD63. Grayscale: #4E4E4E. Windows color (decimal): -11976036 or 10240585. OLE color: 10240585.

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

Color convert

RGB 73 66 156 -
CMYK 0.53 0.58 0 0.39
HSL 244.67º 0.41% 0.44% -
HSV(B) 244.67º 0.58% 0.61% -
XYZ 10.7 7.71 32.38 -
YUV 78.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 73 66 156 0.53 0.58 0 0.39 244.67 0.41 0.44
Hex 49 42 9C 35 3A 0 27 F5 29 2C
Octal 111 102 234 65 72 0 47 365 51 54
Binary 1001001 1000010 10011100 110101 111010 0 100111 11110101 101001 101100

Color Harmonies of #49429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49429C

Black with #49429C

Text Example


Text Example

White with #49429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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