#471469

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

Shades of Christalle #471469

Tints of Christalle #471469

Color information

#471469 (or 0x471469) is unknown color: approx Christalle. HEX triplet: 47, 14 and 69. RGB value is (71,20,105). Sum of RGB (Red+Green+Blue) = 71+20+105=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #471469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471469 is #B8EB96. Grayscale: #2C2C2C. Windows color (decimal): -12118935 or 6886471. OLE color: 6886471.

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

Color convert

RGB7120105-
CMYK0.320.8100.59
HSL276º68%24.51%-
HSV(B)276º80.95%41.18%-
XYZ5.42.8613.63-
YUV44.94161.9146.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=36.22%
G=10.20%
B=53.57%

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
Decimal71201050.320.8100.592766824.51
Hex471469205103B1144419
Octal107241514012107342410431
Binary100011110100110100110000010100010111011100010100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471469; }

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

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

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

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

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

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

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

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