#453266

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

Shades of Meteorite #453266

Tints of Meteorite #453266

Color information

#453266 (or 0x453266) is unknown color: approx Meteorite. HEX triplet: 45, 32 and 66. RGB value is (69,50,102). Sum of RGB (Red+Green+Blue) = 69+50+102=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #453266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453266 is #BACD99. Grayscale: #3D3D3D. Windows color (decimal): -12242330 or 6697541. OLE color: 6697541.

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

Color convert

RGB6950102-
CMYK0.320.5100.6
HSL261.92º34.21%29.8%-
HSV(B)261.92º50.98%40%-
XYZ5.994.5113.12-
YUV61.61150.79133.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=31.22%
G=22.62%
B=46.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69501020.320.5100.6261.9234.2129.8
Hex453266203303C106221e
Octal1056214640630744064236
Binary10001011100101100110100000110011011110010000011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453266; }

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

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

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

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

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

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

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

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