#46246E

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

Shades of Blue Diamond #46246E

Tints of Blue Diamond #46246E

Color information

#46246E (or 0x46246E) is unknown color: approx Blue Diamond. HEX triplet: 46, 24 and 6E. RGB value is (70,36,110). Sum of RGB (Red+Green+Blue) = 70+36+110=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #46246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46246E is #B9DB91. Grayscale: #363636. Windows color (decimal): -12180370 or 7218246. OLE color: 7218246.

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

Color convert

RGB7036110-
CMYK0.360.6700.57
HSL267.57º50.68%28.63%-
HSV(B)267.57º67.27%43.14%-
XYZ5.973.6915.15-
YUV54.6159.26138.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=32.41%
G=16.67%
B=50.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70361100.360.6700.57267.5750.6828.63
Hex46246E244303910c331d
Octal10644156441030714146335
Binary100011010010011011101001001000011011100110000110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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