Html Css Color HEX #49358A Blue Gem

📋 copy color: '#49358A'

red 73 ◦ green 53 ◦ blue 138

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

Shades of Blue Gem #49358A

Tints of Blue Gem #49358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 27.65%
G = 20.08%
B = 52.27%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49358A (or 0x49358A) is known color: Blue Gem. HEX triplet: 49, 35 and 8A. RGB value is (73,53,138). Sum of RGB (Red+Green+Blue) = 73+53+138=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #49358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49358A is #B6CA75. Grayscale: #444444. Windows color (decimal): -11979382 or 9057609. OLE color: 9057609.

HSL color Cylindrical-coordinate representation of color #49358A: hue angle of 254.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49358A is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 53 138 -
CMYK 0.47 0.62 0 0.46
HSL 254.12º 0.45% 0.37% -
HSV(B) 254.12º 0.62% 0.54% -
XYZ 8.61 5.8 24.71 -
YUV 68.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 73 53 138 0.47 0.62 0 0.46 254.12 0.45 0.37
Hex 49 35 8A 2F 3E 0 2E FE 2D 25
Octal 111 65 212 57 76 0 56 376 55 45
Binary 1001001 110101 10001010 101111 111110 0 101110 11111110 101101 100101

Color Harmonies of #49358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49358A

Black with #49358A

Text Example


Text Example

White with #49358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49358A; }

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

 H1.HeaderClassName
 {
   color: #49358A;
 }
 .AnyTagClassName
 {
   color: #49358A;
 }
</style>

background-color css

<style>
 a { background-color: #49358A; }

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

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

border-color css

<style>
 span { border-color: #49358A; }

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

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