#46196F

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

Shades of Blue Diamond #46196F

Tints of Blue Diamond #46196F

Color information

#46196F (or 0x46196F) is unknown color: approx Blue Diamond. HEX triplet: 46, 19 and 6F. RGB value is (70,25,111). Sum of RGB (Red+Green+Blue) = 70+25+111=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #46196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46196F is #B9E690. Grayscale: #2F2F2F. Windows color (decimal): -12183185 or 7280966. OLE color: 7280966.

HSL color Cylindrical-coordinate representation of color #46196F: hue angle of 271.4º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46196F is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7025111-
CMYK0.370.7700.56
HSL271.4º63.24%26.67%-
HSV(B)271.4º77.48%43.53%-
XYZ5.743.1515.34-
YUV48.26163.41143.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=33.98%
G=12.14%
B=53.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70251110.370.7700.56271.463.2426.67
Hex46196F254D03810f3f1b
Octal10631157451150704177733
Binary10001101100111011111001011001101011100010000111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46196F; }

 p { color: rgb(70,25,111); }

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

<style>
 a { background-color: #46196F; }

 a { background-color: rgb(70,25,111); }

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

<style>
 span { border-color: #46196F; }

 span { border-color: rgb(70,25,111); }

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