#453366

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

Shades of Meteorite #453366

Tints of Meteorite #453366

Color information

#453366 (or 0x453366) is unknown color: approx Meteorite. HEX triplet: 45, 33 and 66. RGB value is (69,51,102). Sum of RGB (Red+Green+Blue) = 69+51+102=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #453366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453366 is #BACC99. Grayscale: #3E3E3E. Windows color (decimal): -12242074 or 6697797. OLE color: 6697797.

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

Color convert

RGB6951102-
CMYK0.320.500.6
HSL261.18º33.33%30%-
HSV(B)261.18º50%40%-
XYZ6.044.5913.14-
YUV62.2150.46132.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=31.08%
G=22.97%
B=45.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69511020.320.500.6261.1833.3330
Hex453366203203C105211e
Octal1056314640620744054136
Binary10001011100111100110100000110010011110010000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453366; }

 p { color: rgb(69,51,102); }

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

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

 a { background-color: rgb(69,51,102); }

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

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

 span { border-color: rgb(69,51,102); }

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