#46216C

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

Shades of Blue Diamond #46216C

Tints of Blue Diamond #46216C

Color information

#46216C (or 0x46216C) is unknown color: approx Blue Diamond. HEX triplet: 46, 21 and 6C. RGB value is (70,33,108). Sum of RGB (Red+Green+Blue) = 70+33+108=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #46216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46216C is #B9DE93. Grayscale: #343434. Windows color (decimal): -12181140 or 7086406. OLE color: 7086406.

HSL color Cylindrical-coordinate representation of color #46216C: hue angle of 269.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46216C is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7033108-
CMYK0.350.6900.58
HSL269.6º53.19%27.65%-
HSV(B)269.6º69.44%42.35%-
XYZ5.783.4714.55-
YUV52.61159.26140.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=33.18%
G=15.64%
B=51.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70331080.350.6900.58269.653.1927.65
Hex46216C234503A10e351c
Octal10641154431050724166534
Binary100011010000111011001000111000101011101010000111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46216C; }

 p { color: rgb(70,33,108); }

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

<style>
 a { background-color: #46216C; }

 a { background-color: rgb(70,33,108); }

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

<style>
 span { border-color: #46216C; }

 span { border-color: rgb(70,33,108); }

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