#453971

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

Shades of Meteorite #453971

Tints of Meteorite #453971

Color information

#453971 (or 0x453971) is unknown color: approx Meteorite. HEX triplet: 45, 39 and 71. RGB value is (69,57,113). Sum of RGB (Red+Green+Blue) = 69+57+113=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #453971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453971 is #BAC68E. Grayscale: #424242. Windows color (decimal): -12240527 or 7420229. OLE color: 7420229.

HSL color Cylindrical-coordinate representation of color #453971: hue angle of 252.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453971 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6957113-
CMYK0.390.5000.56
HSL252.86º32.94%33.33%-
HSV(B)252.86º49.56%44.31%-
XYZ6.95.3816.3-
YUV66.97153.98129.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=28.87%
G=23.85%
B=47.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69571130.390.5000.56252.8632.9433.33
Hex4539712732038fd2121
Octal1057116147620703754141
Binary10001011110011110001100111110010011100011111101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453971; }

 p { color: rgb(69,57,113); }

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

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

 a { background-color: rgb(69,57,113); }

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

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

 span { border-color: rgb(69,57,113); }

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