#453166

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

Shades of Meteorite #453166

Tints of Meteorite #453166

Color information

#453166 (or 0x453166) is unknown color: approx Meteorite. HEX triplet: 45, 31 and 66. RGB value is (69,49,102). Sum of RGB (Red+Green+Blue) = 69+49+102=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #453166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453166 is #BACE99. Grayscale: #3C3C3C. Windows color (decimal): -12242586 or 6697285. OLE color: 6697285.

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

Color convert

RGB6949102-
CMYK0.320.5200.6
HSL262.64º35.1%29.61%-
HSV(B)262.64º51.96%40%-
XYZ5.954.4213.11-
YUV61.02151.13133.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=31.36%
G=22.27%
B=46.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69491020.320.5200.6262.6435.129.61
Hex453166203403C107231e
Octal1056114640640744074336
Binary10001011100011100110100000110100011110010000011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453166; }

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

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

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

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

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

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

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

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