#46206E

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

Shades of Blue Diamond #46206E

Tints of Blue Diamond #46206E

Color information

#46206E (or 0x46206E) is unknown color: approx Blue Diamond. HEX triplet: 46, 20 and 6E. RGB value is (70,32,110). Sum of RGB (Red+Green+Blue) = 70+32+110=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #46206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46206E is #B9DF91. Grayscale: #333333. Windows color (decimal): -12181394 or 7217222. OLE color: 7217222.

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

Color convert

RGB7032110-
CMYK0.360.7100.57
HSL269.23º54.93%27.84%-
HSV(B)269.23º70.91%43.14%-
XYZ5.863.4615.11-
YUV52.25160.59140.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=33.02%
G=15.09%
B=51.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70321100.360.7100.57269.2354.9327.84
Hex46206E244703910d371c
Octal10640156441070714156734
Binary100011010000011011101001001000111011100110000110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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