#461966

Color #461966 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #461966

Tints of Christalle #461966

Color information

#461966 (or 0x461966) is unknown color: approx Christalle. HEX triplet: 46, 19 and 66. RGB value is (70,25,102). Sum of RGB (Red+Green+Blue) = 70+25+102=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #461966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461966 is #B9E699. Grayscale: #2E2E2E. Windows color (decimal): -12183194 or 6691142. OLE color: 6691142.

HSL color Cylindrical-coordinate representation of color #461966: hue angle of 275.06º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461966 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7025102-
CMYK0.310.7500.6
HSL275.06º60.63%24.9%-
HSV(B)275.06º75.49%40%-
XYZ5.272.9612.86-
YUV47.23158.91144.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=35.53%
G=12.69%
B=51.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70251020.310.7500.6275.0660.6324.9
Hex4619661F4B03C1133d19
Octal10631146371130744237531
Binary1000110110011100110111111001011011110010001001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461966; }

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

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

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

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

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

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

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

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