Html Css Color HEX #49439A Blue Gem

📋 copy color: '#49439A'

red 73 ◦ green 67 ◦ blue 154

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

Shades of Blue Gem #49439A

Tints of Blue Gem #49439A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 154 (60.55% from 255) = 52.38%

R = 24.83%
G = 22.79%
B = 52.38%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49439A (or 0x49439A) is known color: Blue Gem. HEX triplet: 49, 43 and 9A. RGB value is (73,67,154). Sum of RGB (Red+Green+Blue) = 73+67+154=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #49439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49439A is #B6BC65. Grayscale: #4E4E4E. Windows color (decimal): -11975782 or 10109769. OLE color: 10109769.

HSL color Cylindrical-coordinate representation of color #49439A: hue angle of 244.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49439A is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 67 154 -
CMYK 0.53 0.56 0 0.40
HSL 244.14º 0.39% 0.43% -
HSV(B) 244.14º 0.56% 0.6% -
XYZ 10.59 7.76 31.51 -
YUV 78.71 170.49 123.93 -
System Red Green Blue C M Y K H S L
Decimal 73 67 154 0.53 0.56 0 0.40 244.14 0.39 0.43
Hex 49 43 9A 35 38 0 28 F4 27 2B
Octal 111 103 232 65 70 0 50 364 47 53
Binary 1001001 1000011 10011010 110101 111000 0 101000 11110100 100111 101011

Color Harmonies of #49439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49439A

Black with #49439A

Text Example


Text Example

White with #49439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,67,154); }

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

background-color css

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

 a { background-color: rgb(73,67,154); }

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

border-color css

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

 span { border-color: rgb(73,67,154); }

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