Html Css Color HEX #49269B Blue Gem

📋 copy color: '#49269B'

red 73 ◦ green 38 ◦ blue 155

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

Shades of Blue Gem #49269B

Tints of Blue Gem #49269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 27.44%
G = 14.29%
B = 58.27%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49269B (or 0x49269B) is known color: Blue Gem. HEX triplet: 49, 26 and 9B. RGB value is (73,38,155). Sum of RGB (Red+Green+Blue) = 73+38+155=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #49269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49269B is #B6D964. Grayscale: #3D3D3D. Windows color (decimal): -11983205 or 10167881. OLE color: 10167881.

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

Color convert

RGB 73 38 155 -
CMYK 0.53 0.75 0 0.39
HSL 257.95º 0.61% 0.38% -
HSV(B) 257.95º 0.75% 0.61% -
XYZ 9.36 5.17 31.51 -
YUV 61.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 73 38 155 0.53 0.75 0 0.39 257.95 0.61 0.38
Hex 49 26 9B 35 4B 0 27 102 3D 26
Octal 111 46 233 65 113 0 47 402 75 46
Binary 1001001 100110 10011011 110101 1001011 0 100111 100000010 111101 100110

Color Harmonies of #49269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49269B

Black with #49269B

Text Example


Text Example

White with #49269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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