Html Css Color HEX #49269F Blue Gem

📋 copy color: '#49269F'

red 73 ◦ green 38 ◦ blue 159

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

Shades of Blue Gem #49269F

Tints of Blue Gem #49269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 27.04%
G = 14.07%
B = 58.89%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49269F (or 0x49269F) is known color: Blue Gem. HEX triplet: 49, 26 and 9F. RGB value is (73,38,159). Sum of RGB (Red+Green+Blue) = 73+38+159=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #49269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49269F is #B6D960. Grayscale: #3D3D3D. Windows color (decimal): -11983201 or 10430025. OLE color: 10430025.

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

Color convert

RGB 73 38 159 -
CMYK 0.54 0.76 0 0.38
HSL 257.36º 0.61% 0.39% -
HSV(B) 257.36º 0.76% 0.62% -
XYZ 9.7 5.31 33.31 -
YUV 62.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 73 38 159 0.54 0.76 0 0.38 257.36 0.61 0.39
Hex 49 26 9F 36 4C 0 26 101 3D 27
Octal 111 46 237 66 114 0 46 401 75 47
Binary 1001001 100110 10011111 110110 1001100 0 100110 100000001 111101 100111

Color Harmonies of #49269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49269F

Black with #49269F

Text Example


Text Example

White with #49269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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