#453773

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

Shades of Meteorite #453773

Tints of Meteorite #453773

Color information

#453773 (or 0x453773) is unknown color: approx Meteorite. HEX triplet: 45, 37 and 73. RGB value is (69,55,115). Sum of RGB (Red+Green+Blue) = 69+55+115=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #453773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453773 is #BAC88C. Grayscale: #414141. Windows color (decimal): -12241037 or 7550789. OLE color: 7550789.

HSL color Cylindrical-coordinate representation of color #453773: hue angle of 254º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453773 is Cyan = 0.4, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6955115-
CMYK0.40.5200.55
HSL254º35.29%33.33%-
HSV(B)254º52.17%45.1%-
XYZ6.915.2416.87-
YUV66.03155.64130.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=28.87%
G=23.01%
B=48.12%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69551150.40.5200.5525435.2933.33
Hex4537732834037fe2321
Octal1056716350640673764341
Binary10001011101111110011101000110100011011111111110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453773; }

 p { color: rgb(69,55,115); }

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

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

 a { background-color: rgb(69,55,115); }

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

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

 span { border-color: rgb(69,55,115); }

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