#453463

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

Shades of Meteorite #453463

Tints of Meteorite #453463

Color information

#453463 (or 0x453463) is unknown color: approx Meteorite. HEX triplet: 45, 34 and 63. RGB value is (69,52,99). Sum of RGB (Red+Green+Blue) = 69+52+99=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #453463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453463 is #BACB9C. Grayscale: #3E3E3E. Windows color (decimal): -12241821 or 6501445. OLE color: 6501445.

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

Color convert

RGB695299-
CMYK0.300.4700.61
HSL261.7º31.13%29.61%-
HSV(B)261.7º47.47%38.82%-
XYZ5.934.6212.38-
YUV62.44148.63132.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 99 (39.06% from 255) = 45%
R=31.36%
G=23.64%
B=45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6952990.300.4700.61261.731.1329.61
Hex4534631E2F03D1061f1e
Octal1056414336570754063736
Binary100010111010011000111111010111101111011000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453463; }

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

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

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

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

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

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

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

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