#442466

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

Shades of Christalle #442466

Tints of Christalle #442466

Color information

#442466 (or 0x442466) is unknown color: approx Christalle. HEX triplet: 44, 24 and 66. RGB value is (68,36,102). Sum of RGB (Red+Green+Blue) = 68+36+102=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #442466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442466 is #BBDB99. Grayscale: #343434. Windows color (decimal): -12311450 or 6693956. OLE color: 6693956.

HSL color Cylindrical-coordinate representation of color #442466: hue angle of 269.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442466 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6836102-
CMYK0.330.6500.6
HSL269.09º47.83%27.06%-
HSV(B)269.09º64.71%40%-
XYZ5.413.4512.95-
YUV53.09155.6138.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=33.01%
G=17.48%
B=49.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68361020.330.6500.6269.0947.8327.06
Hex442466214103C10d301b
Octal10444146411010744156033
Binary100010010010011001101000011000001011110010000110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442466; }

 p { color: rgb(68,36,102); }

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

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

 a { background-color: rgb(68,36,102); }

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

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

 span { border-color: rgb(68,36,102); }

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