#451A68

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

Shades of Christalle #451A68

Tints of Christalle #451A68

Color information

#451A68 (or 0x451A68) is unknown color: approx Christalle. HEX triplet: 45, 1A and 68. RGB value is (69,26,104). Sum of RGB (Red+Green+Blue) = 69+26+104=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 26 (10.55% from 255 or 13.07% 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 #451A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A68 is #BAE597. Grayscale: #2F2F2F. Windows color (decimal): -12248472 or 6822469. OLE color: 6822469.

HSL color Cylindrical-coordinate representation of color #451A68: hue angle of 273.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451A68 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6926104-
CMYK0.340.7500.59
HSL273.08º60%25.49%-
HSV(B)273.08º75%40.78%-
XYZ5.32313.4-
YUV47.75159.75143.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=34.67%
G=13.07%
B=52.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69261040.340.7500.59273.086025.49
Hex451A68224B03B1113c19
Octal10532150421130734217431
Binary10001011101011010001000101001011011101110001000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A68; }

 p { color: rgb(69,26,104); }

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

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

 a { background-color: rgb(69,26,104); }

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

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

 span { border-color: rgb(69,26,104); }

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