#453972

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

Shades of Meteorite #453972

Tints of Meteorite #453972

Color information

#453972 (or 0x453972) is unknown color: approx Meteorite. HEX triplet: 45, 39 and 72. RGB value is (69,57,114). Sum of RGB (Red+Green+Blue) = 69+57+114=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #453972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453972 is #BAC68D. Grayscale: #424242. Windows color (decimal): -12240526 or 7485765. OLE color: 7485765.

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

Color convert

RGB6957114-
CMYK0.390.5000.55
HSL252.63º33.33%33.53%-
HSV(B)252.63º50%44.71%-
XYZ6.955.4116.6-
YUV67.09154.48129.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=28.75%
G=23.75%
B=47.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69571140.390.5000.55252.6333.3333.53
Hex4539722732037fd2122
Octal1057116247620673754142
Binary10001011110011110010100111110010011011111111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453972; }

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

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

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

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

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

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

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

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