#46276A

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

Shades of Blue Diamond #46276A

Tints of Blue Diamond #46276A

Color information

#46276A (or 0x46276A) is unknown color: approx Blue Diamond. HEX triplet: 46, 27 and 6A. RGB value is (70,39,106). Sum of RGB (Red+Green+Blue) = 70+39+106=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #46276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46276A is #B9D895. Grayscale: #373737. Windows color (decimal): -12179606 or 6956870. OLE color: 6956870.

HSL color Cylindrical-coordinate representation of color #46276A: hue angle of 267.76º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46276A is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7039106-
CMYK0.340.6300.58
HSL267.76º46.21%28.43%-
HSV(B)267.76º63.21%41.57%-
XYZ5.853.7914.06-
YUV55.91156.27138.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=32.56%
G=18.14%
B=49.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70391060.340.6300.58267.7646.2128.43
Hex46276A223F03A10c2e1c
Octal1064715242770724145634
Binary10001101001111101010100010111111011101010000110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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