#453063

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

Shades of Meteorite #453063

Tints of Meteorite #453063

Color information

#453063 (or 0x453063) is unknown color: approx Meteorite. HEX triplet: 45, 30 and 63. RGB value is (69,48,99). Sum of RGB (Red+Green+Blue) = 69+48+99=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #453063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453063 is #BACF9C. Grayscale: #3B3B3B. Windows color (decimal): -12242845 or 6500421. OLE color: 6500421.

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

Color convert

RGB694899-
CMYK0.300.5200.61
HSL264.71º34.69%28.82%-
HSV(B)264.71º51.52%38.82%-
XYZ5.764.2812.33-
YUV60.09149.96134.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=31.94%
G=22.22%
B=45.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6948990.300.5200.61264.7134.6928.82
Hex4530631E3403D109231d
Octal1056014336640754114335
Binary1000101110000110001111110110100011110110000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453063; }

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

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

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

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

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

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

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

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