#453863

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

Shades of Meteorite #453863

Tints of Meteorite #453863

Color information

#453863 (or 0x453863) is unknown color: approx Meteorite. HEX triplet: 45, 38 and 63. RGB value is (69,56,99). Sum of RGB (Red+Green+Blue) = 69+56+99=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #453863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453863 is #BAC79C. Grayscale: #404040. Windows color (decimal): -12240797 or 6502469. OLE color: 6502469.

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

Color convert

RGB695699-
CMYK0.300.4300.61
HSL258.14º27.74%30.39%-
HSV(B)258.14º43.43%38.82%-
XYZ6.124.9912.45-
YUV64.79147.31131-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=30.80%
G=25%
B=44.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6956990.300.4300.61258.1427.7430.39
Hex4538631E2B03D1021c1e
Octal1057014336530754023436
Binary100010111100011000111111010101101111011000000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453863; }

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

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

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

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

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

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

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

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