Html Css Color HEX #49359B Blue Gem

📋 copy color: '#49359B'

red 73 ◦ green 53 ◦ blue 155

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

Shades of Blue Gem #49359B

Tints of Blue Gem #49359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 155 (60.94% from 255) = 55.16%

R = 25.98%
G = 18.86%
B = 55.16%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49359B (or 0x49359B) is known color: Blue Gem. HEX triplet: 49, 35 and 9B. RGB value is (73,53,155). Sum of RGB (Red+Green+Blue) = 73+53+155=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #49359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49359B is #B6CA64. Grayscale: #464646. Windows color (decimal): -11979365 or 10171721. OLE color: 10171721.

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

Color convert

RGB 73 53 155 -
CMYK 0.53 0.66 0 0.39
HSL 251.76º 0.49% 0.41% -
HSV(B) 251.76º 0.66% 0.61% -
XYZ 9.94 6.33 31.71 -
YUV 70.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 73 53 155 0.53 0.66 0 0.39 251.76 0.49 0.41
Hex 49 35 9B 35 42 0 27 FC 31 29
Octal 111 65 233 65 102 0 47 374 61 51
Binary 1001001 110101 10011011 110101 1000010 0 100111 11111100 110001 101001

Color Harmonies of #49359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49359B

Black with #49359B

Text Example


Text Example

White with #49359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49359B; }

 p { color: rgb(73,53,155); }

 H1.HeaderClassName
 {
   color: #49359B;
 }
 .AnyTagClassName
 {
   color: #49359B;
 }
</style>

background-color css

<style>
 a { background-color: #49359B; }

 a { background-color: rgb(73,53,155); }

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

border-color css

<style>
 span { border-color: #49359B; }

 span { border-color: rgb(73,53,155); }

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