#46126A

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

Shades of Christalle #46126A

Tints of Christalle #46126A

Color information

#46126A (or 0x46126A) is unknown color: approx Christalle. HEX triplet: 46, 12 and 6A. RGB value is (70,18,106). Sum of RGB (Red+Green+Blue) = 70+18+106=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #46126A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46126A is #B9ED95. Grayscale: #2B2B2B. Windows color (decimal): -12184982 or 6951494. OLE color: 6951494.

HSL color Cylindrical-coordinate representation of color #46126A: hue angle of 275.45º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46126A is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7018106-
CMYK0.340.8300.58
HSL275.45º70.97%24.31%-
HSV(B)275.45º83.02%41.57%-
XYZ5.342.7813.89-
YUV43.58163.23146.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 106 (41.80% from 255) = 54.64%
R=36.08%
G=9.28%
B=54.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70181060.340.8300.58275.4570.9724.31
Hex46126A225303A1134718
Octal106221524212307242310730
Binary100011010010110101010001010100110111010100010011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46126A; }

 p { color: rgb(70,18,106); }

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

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

 a { background-color: rgb(70,18,106); }

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

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

 span { border-color: rgb(70,18,106); }

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