#49449A

Color #49449A Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #49449A

Tints of Blue Gem #49449A

Color information

#49449A (or 0x49449A) is unknown color: approx Blue Gem. HEX triplet: 49, 44 and 9A. RGB value is (73,68,154). Sum of RGB (Red+Green+Blue) = 73+68+154=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #49449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49449A is #B6BB65. Grayscale: #4E4E4E. Windows color (decimal): -11975526 or 10110025. OLE color: 10110025.

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

Color convert

RGB7368154-
CMYK0.530.5600.40
HSL243.49º38.74%43.53%-
HSV(B)243.49º55.84%60.39%-
XYZ10.657.8831.53-
YUV79.3170.16123.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=24.75%
G=23.05%
B=52.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73681540.530.5600.40243.4938.7443.53
Hex49449A3538028f3272c
Octal11110423265700503634754
Binary1001001100010010011010110101111000010100011110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49449A;
 }
 .AnyTagClassName
 {
   color: #49449A;
 }
</style>
background-color css

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

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

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

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

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

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