#453A76

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

Shades of Meteorite #453A76

Tints of Meteorite #453A76

Color information

#453A76 (or 0x453A76) is unknown color: approx Meteorite. HEX triplet: 45, 3A and 76. RGB value is (69,58,118). Sum of RGB (Red+Green+Blue) = 69+58+118=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #453A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A76 is #BAC589. Grayscale: #434343. Windows color (decimal): -12240266 or 7748165. OLE color: 7748165.

HSL color Cylindrical-coordinate representation of color #453A76: hue angle of 251º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #453A76 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6958118-
CMYK0.420.5100.54
HSL251º34.09%34.51%-
HSV(B)251º50.85%46.27%-
XYZ7.245.617.84-
YUV68.13156.14128.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=28.16%
G=23.67%
B=48.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69581180.420.5100.5425134.0934.51
Hex453A762A33036fb2223
Octal1057216652630663734243
Binary10001011110101110110101010110011011011011111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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