#46246A

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

Shades of Blue Diamond #46246A

Tints of Blue Diamond #46246A

Color information

#46246A (or 0x46246A) is unknown color: approx Blue Diamond. HEX triplet: 46, 24 and 6A. RGB value is (70,36,106). Sum of RGB (Red+Green+Blue) = 70+36+106=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #46246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46246A is #B9DB95. Grayscale: #353535. Windows color (decimal): -12180374 or 6956102. OLE color: 6956102.

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

Color convert

RGB7036106-
CMYK0.340.6600.58
HSL269.14º49.3%27.84%-
HSV(B)269.14º66.04%41.57%-
XYZ5.763.614.03-
YUV54.15157.26139.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 106 (41.80% from 255) = 50%
R=33.02%
G=16.98%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70361060.340.6600.58269.1449.327.84
Hex46246A224203A10d311c
Octal10644152421020724156134
Binary100011010010011010101000101000010011101010000110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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