#453976

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

Shades of Meteorite #453976

Tints of Meteorite #453976

Color information

#453976 (or 0x453976) is unknown color: approx Meteorite. HEX triplet: 45, 39 and 76. RGB value is (69,57,118). Sum of RGB (Red+Green+Blue) = 69+57+118=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #453976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453976 is #BAC689. Grayscale: #434343. Windows color (decimal): -12240522 or 7747909. OLE color: 7747909.

HSL color Cylindrical-coordinate representation of color #453976: hue angle of 251.8º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453976 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6957118-
CMYK0.420.5200.54
HSL251.8º34.86%34.31%-
HSV(B)251.8º51.69%46.27%-
XYZ7.195.517.82-
YUV67.54156.48129.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=28.28%
G=23.36%
B=48.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69571180.420.5200.54251.834.8634.31
Hex4539762A34036fc2322
Octal1057116652640663744342
Binary10001011110011110110101010110100011011011111100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453976; }

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

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

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

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

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

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

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

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