#46236E

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

Shades of Blue Diamond #46236E

Tints of Blue Diamond #46236E

Color information

#46236E (or 0x46236E) is unknown color: approx Blue Diamond. HEX triplet: 46, 23 and 6E. RGB value is (70,35,110). Sum of RGB (Red+Green+Blue) = 70+35+110=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #46236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46236E is #B9DC91. Grayscale: #353535. Windows color (decimal): -12180626 or 7217990. OLE color: 7217990.

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

Color convert

RGB7035110-
CMYK0.360.6800.57
HSL268º51.72%28.43%-
HSV(B)268º68.18%43.14%-
XYZ5.943.6315.14-
YUV54.01159.6139.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=32.56%
G=16.28%
B=51.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70351100.360.6800.5726851.7228.43
Hex46236E244403910c341c
Octal10643156441040714146434
Binary100011010001111011101001001000100011100110000110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,35,110); }

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

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

 a { background-color: rgb(70,35,110); }

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

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

 span { border-color: rgb(70,35,110); }

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