#453A73

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

Shades of Meteorite #453A73

Tints of Meteorite #453A73

Color information

#453A73 (or 0x453A73) is unknown color: approx Meteorite. HEX triplet: 45, 3A and 73. RGB value is (69,58,115). Sum of RGB (Red+Green+Blue) = 69+58+115=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #453A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A73 is #BAC58C. Grayscale: #434343. Windows color (decimal): -12240269 or 7551557. OLE color: 7551557.

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

Color convert

RGB6958115-
CMYK0.40.5000.55
HSL251.58º32.95%33.92%-
HSV(B)251.58º49.57%45.1%-
XYZ7.065.5316.91-
YUV67.79154.64128.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=28.51%
G=23.97%
B=47.52%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69581150.40.5000.55251.5832.9533.92
Hex453A732832037fc2122
Octal1057216350620673744142
Binary10001011110101110011101000110010011011111111100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A73; }

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

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

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

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

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

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

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

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