#49306A

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

Shades of Blue Diamond #49306A

Tints of Blue Diamond #49306A

Color information

#49306A (or 0x49306A) is unknown color: approx Blue Diamond. HEX triplet: 49, 30 and 6A. RGB value is (73,48,106). Sum of RGB (Red+Green+Blue) = 73+48+106=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #49306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49306A is #B6CF95. Grayscale: #3D3D3D. Windows color (decimal): -11980694 or 6959177. OLE color: 6959177.

HSL color Cylindrical-coordinate representation of color #49306A: hue angle of 265.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49306A is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7348106-
CMYK0.310.5500.58
HSL265.86º37.66%30.2%-
HSV(B)265.86º54.72%41.57%-
XYZ6.414.5714.18-
YUV62.09152.78135.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=32.16%
G=21.15%
B=46.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73481060.310.5500.58265.8637.6630.2
Hex49306A1F3703A10a261e
Octal1116015237670724124636
Binary1001001110000110101011111110111011101010000101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,48,106); }

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

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

 a { background-color: rgb(73,48,106); }

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

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

 span { border-color: rgb(73,48,106); }

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