#453561

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

Shades of Meteorite #453561

Tints of Meteorite #453561

Color information

#453561 (or 0x453561) is unknown color: approx Meteorite. HEX triplet: 45, 35 and 61. RGB value is (69,53,97). Sum of RGB (Red+Green+Blue) = 69+53+97=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #453561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453561 is #BACA9E. Grayscale: #3E3E3E. Windows color (decimal): -12241567 or 6370629. OLE color: 6370629.

HSL color Cylindrical-coordinate representation of color #453561: hue angle of 261.82º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #453561 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB695397-
CMYK0.290.4500.62
HSL261.82º29.33%29.41%-
HSV(B)261.82º45.36%38.04%-
XYZ5.894.6711.9-
YUV62.8147.3132.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=31.51%
G=24.20%
B=44.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6953970.290.4500.62261.8229.3329.41
Hex4535611D2D03E1061d1d
Octal1056514135550764063535
Binary100010111010111000011110110110101111101000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453561; }

 p { color: rgb(69,53,97); }

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

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

 a { background-color: rgb(69,53,97); }

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

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

 span { border-color: rgb(69,53,97); }

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