#46226D

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

Shades of Blue Diamond #46226D

Tints of Blue Diamond #46226D

Color information

#46226D (or 0x46226D) is unknown color: approx Blue Diamond. HEX triplet: 46, 22 and 6D. RGB value is (70,34,109). Sum of RGB (Red+Green+Blue) = 70+34+109=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #46226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46226D is #B9DD92. Grayscale: #353535. Windows color (decimal): -12180883 or 7152198. OLE color: 7152198.

HSL color Cylindrical-coordinate representation of color #46226D: hue angle of 268.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46226D is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7034109-
CMYK0.360.6900.57
HSL268.8º52.45%28.04%-
HSV(B)268.8º68.81%42.75%-
XYZ5.863.5514.84-
YUV53.31159.43139.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=32.86%
G=15.96%
B=51.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70341090.360.6900.57268.852.4528.04
Hex46226D244503910d341c
Octal10642155441050714156434
Binary100011010001011011011001001000101011100110000110111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46226D; }

 p { color: rgb(70,34,109); }

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

<style>
 a { background-color: #46226D; }

 a { background-color: rgb(70,34,109); }

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

<style>
 span { border-color: #46226D; }

 span { border-color: rgb(70,34,109); }

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