#461968

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

Shades of Christalle #461968

Tints of Christalle #461968

Color information

#461968 (or 0x461968) is unknown color: approx Christalle. HEX triplet: 46, 19 and 68. RGB value is (70,25,104). Sum of RGB (Red+Green+Blue) = 70+25+104=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #461968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461968 is #B9E697. Grayscale: #2F2F2F. Windows color (decimal): -12183192 or 6822214. OLE color: 6822214.

HSL color Cylindrical-coordinate representation of color #461968: hue angle of 274.18º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461968 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7025104-
CMYK0.330.7600.59
HSL274.18º61.24%25.29%-
HSV(B)274.18º75.96%40.78%-
XYZ5.37313.39-
YUV47.46159.91144.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=35.18%
G=12.56%
B=52.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70251040.330.7600.59274.1861.2425.29
Hex461968214C03B1123d19
Octal10631150411140734227531
Binary10001101100111010001000011001100011101110001001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461968; }

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

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

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

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

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

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

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

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