#453563

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

Shades of Meteorite #453563

Tints of Meteorite #453563

Color information

#453563 (or 0x453563) is unknown color: approx Meteorite. HEX triplet: 45, 35 and 63. RGB value is (69,53,99). Sum of RGB (Red+Green+Blue) = 69+53+99=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #453563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453563 is #BACA9C. Grayscale: #3E3E3E. Windows color (decimal): -12241565 or 6501701. OLE color: 6501701.

HSL color Cylindrical-coordinate representation of color #453563: hue angle of 260.87º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453563 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB695399-
CMYK0.300.4600.61
HSL260.87º30.26%29.8%-
HSV(B)260.87º46.46%38.82%-
XYZ5.984.7112.4-
YUV63.03148.3132.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=31.22%
G=23.98%
B=44.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6953990.300.4600.61260.8730.2629.8
Hex4535631E2E03D1051e1e
Octal1056514336560754053636
Binary100010111010111000111111010111001111011000001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453563; }

 p { color: rgb(69,53,99); }

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

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

 a { background-color: rgb(69,53,99); }

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

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

 span { border-color: rgb(69,53,99); }

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