#49276f

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

Shades of Blue Diamond #49276F

Tints of Blue Diamond #49276F

Color information

#49276F (or 0x49276F) is unknown color: approx Blue Diamond. HEX triplet: 49, 27 and 6F. RGB value is (73,39,111). Sum of RGB (Red+Green+Blue) = 73+39+111=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #49276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49276F is #B6D890. Grayscale: #393939. Windows color (decimal): -11982993 or 7284553. OLE color: 7284553.

HSL color Cylindrical-coordinate representation of color #49276F: hue angle of 268.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49276F is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7339111-
CMYK0.340.6500.56
HSL268.33º48%29.41%-
HSV(B)268.33º64.86%43.53%-
XYZ6.344.0215.48-
YUV57.37158.26139.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=32.74%
G=17.49%
B=49.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73391110.340.6500.56268.334829.41
Hex49276F224103810c301d
Octal11147157421010704146035
Binary100100110011111011111000101000001011100010000110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49276f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49276f; }

 p { color: rgb(73,39,111); }

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

<style>
 a { background-color: #49276f; }

 a { background-color: rgb(73,39,111); }

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

<style>
 span { border-color: #49276f; }

 span { border-color: rgb(73,39,111); }

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