#49306E

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

Shades of Blue Diamond #49306E

Tints of Blue Diamond #49306E

Color information

#49306E (or 0x49306E) is unknown color: approx Blue Diamond. HEX triplet: 49, 30 and 6E. RGB value is (73,48,110). Sum of RGB (Red+Green+Blue) = 73+48+110=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #49306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49306E is #B6CF91. Grayscale: #3E3E3E. Windows color (decimal): -11980690 or 7221321. OLE color: 7221321.

HSL color Cylindrical-coordinate representation of color #49306E: hue angle of 264.19º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49306E is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7348110-
CMYK0.340.5600.57
HSL264.19º39.24%30.98%-
HSV(B)264.19º56.36%43.14%-
XYZ6.624.6615.3-
YUV62.54154.78135.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=31.60%
G=20.78%
B=47.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73481100.340.5600.57264.1939.2430.98
Hex49306E2238039108271f
Octal1116015642700714104737
Binary10010011100001101110100010111000011100110000100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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