#46146C

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

Shades of Christalle #46146C

Tints of Christalle #46146C

Color information

#46146C (or 0x46146C) is unknown color: approx Christalle. HEX triplet: 46, 14 and 6C. RGB value is (70,20,108). Sum of RGB (Red+Green+Blue) = 70+20+108=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #46146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46146C is #B9EB93. Grayscale: #2C2C2C. Windows color (decimal): -12184468 or 7083078. OLE color: 7083078.

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

Color convert

RGB7020108-
CMYK0.350.8100.58
HSL274.09º68.75%25.1%-
HSV(B)274.09º81.48%42.35%-
XYZ5.482.8914.46-
YUV44.98163.56145.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=35.35%
G=10.10%
B=54.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70201080.350.8100.58274.0968.7525.1
Hex46146C235103A1124519
Octal106241544312107242210531
Binary100011010100110110010001110100010111010100010010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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