#453562

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

Shades of Meteorite #453562

Tints of Meteorite #453562

Color information

#453562 (or 0x453562) is unknown color: approx Meteorite. HEX triplet: 45, 35 and 62. RGB value is (69,53,98). Sum of RGB (Red+Green+Blue) = 69+53+98=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #453562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453562 is #BACA9D. Grayscale: #3E3E3E. Windows color (decimal): -12241566 or 6436165. OLE color: 6436165.

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

Color convert

RGB695398-
CMYK0.300.4600.62
HSL261.33º29.8%29.61%-
HSV(B)261.33º45.92%38.43%-
XYZ5.934.6912.15-
YUV62.91147.8132.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=31.36%
G=24.09%
B=44.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6953980.300.4600.62261.3329.829.61
Hex4535621E2E03E1051e1e
Octal1056514236560764053636
Binary100010111010111000101111010111001111101000001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453562; }

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

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

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

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

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

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

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

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