#46196C

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

Shades of Blue Diamond #46196C

Tints of Blue Diamond #46196C

Color information

#46196C (or 0x46196C) is unknown color: approx Blue Diamond. HEX triplet: 46, 19 and 6C. RGB value is (70,25,108). Sum of RGB (Red+Green+Blue) = 70+25+108=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #46196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46196C is #B9E693. Grayscale: #2F2F2F. Windows color (decimal): -12183188 or 7084358. OLE color: 7084358.

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

Color convert

RGB7025108-
CMYK0.350.7700.58
HSL272.53º62.41%26.08%-
HSV(B)272.53º76.85%42.35%-
XYZ5.583.0814.49-
YUV47.92161.91143.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=34.48%
G=12.32%
B=53.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70251080.350.7700.58272.5362.4126.08
Hex46196C234D03A1113e1a
Octal10631154431150724217632
Binary10001101100111011001000111001101011101010001000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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