#442460

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

Shades of Christalle #442460

Tints of Christalle #442460

Color information

#442460 (or 0x442460) is unknown color: approx Christalle. HEX triplet: 44, 24 and 60. RGB value is (68,36,96). Sum of RGB (Red+Green+Blue) = 68+36+96=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #442460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442460 is #BBDB9F. Grayscale: #343434. Windows color (decimal): -12311456 or 6300740. OLE color: 6300740.

HSL color Cylindrical-coordinate representation of color #442460: hue angle of 272º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442460 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB683696-
CMYK0.290.6200.62
HSL272º45.45%25.88%-
HSV(B)272º62.5%37.65%-
XYZ5.133.3411.44-
YUV52.41152.6139.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 96 (37.89% from 255) = 48%
R=34%
G=18%
B=48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6836960.290.6200.6227245.4525.88
Hex4424601D3E03E1102d1a
Octal1044414035760764205532
Binary1000100100100110000011101111110011111010001000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442460; }

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

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

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

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

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

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

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

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