#471468

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

Shades of Christalle #471468

Tints of Christalle #471468

Color information

#471468 (or 0x471468) is unknown color: approx Christalle. HEX triplet: 47, 14 and 68. RGB value is (71,20,104). Sum of RGB (Red+Green+Blue) = 71+20+104=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #471468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471468 is #B8EB97. Grayscale: #2C2C2C. Windows color (decimal): -12118936 or 6820935. OLE color: 6820935.

HSL color Cylindrical-coordinate representation of color #471468: hue angle of 276.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471468 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7120104-
CMYK0.320.8100.59
HSL276.43º67.74%24.31%-
HSV(B)276.43º80.77%40.78%-
XYZ5.352.8413.36-
YUV44.82161.4146.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=36.41%
G=10.26%
B=53.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71201040.320.8100.59276.4367.7424.31
Hex471468205103B1144418
Octal107241504012107342410430
Binary100011110100110100010000010100010111011100010100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471468; }

 p { color: rgb(71,20,104); }

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

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

 a { background-color: rgb(71,20,104); }

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

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

 span { border-color: rgb(71,20,104); }

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