#453876

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

Shades of Meteorite #453876

Tints of Meteorite #453876

Color information

#453876 (or 0x453876) is unknown color: approx Meteorite. HEX triplet: 45, 38 and 76. RGB value is (69,56,118). Sum of RGB (Red+Green+Blue) = 69+56+118=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #453876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453876 is #BAC789. Grayscale: #424242. Windows color (decimal): -12240778 or 7747653. OLE color: 7747653.

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

Color convert

RGB6956118-
CMYK0.420.5300.54
HSL252.58º35.63%34.12%-
HSV(B)252.58º52.54%46.27%-
XYZ7.145.417.81-
YUV66.96156.81129.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=28.40%
G=23.05%
B=48.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69561180.420.5300.54252.5835.6334.12
Hex4538762A35036fd2422
Octal1057016652650663754442
Binary10001011110001110110101010110101011011011111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453876; }

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

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

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

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

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

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

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

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