#46276C

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

Shades of Blue Diamond #46276C

Tints of Blue Diamond #46276C

Color information

#46276C (or 0x46276C) is unknown color: approx Blue Diamond. HEX triplet: 46, 27 and 6C. RGB value is (70,39,108). Sum of RGB (Red+Green+Blue) = 70+39+108=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #46276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46276C is #B9D893. Grayscale: #373737. Windows color (decimal): -12179604 or 7087942. OLE color: 7087942.

HSL color Cylindrical-coordinate representation of color #46276C: hue angle of 266.96º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46276C is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7039108-
CMYK0.350.6400.58
HSL266.96º46.94%28.82%-
HSV(B)266.96º63.89%42.35%-
XYZ5.963.8414.61-
YUV56.13157.27137.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=32.26%
G=17.97%
B=49.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70391080.350.6400.58266.9646.9428.82
Hex46276C234003A10b2f1d
Octal10647154431000724135735
Binary100011010011111011001000111000000011101010000101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46276C; }

 p { color: rgb(70,39,108); }

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

<style>
 a { background-color: #46276C; }

 a { background-color: rgb(70,39,108); }

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

<style>
 span { border-color: #46276C; }

 span { border-color: rgb(70,39,108); }

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