#453662

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

Shades of Meteorite #453662

Tints of Meteorite #453662

Color information

#453662 (or 0x453662) is unknown color: approx Meteorite. HEX triplet: 45, 36 and 62. RGB value is (69,54,98). Sum of RGB (Red+Green+Blue) = 69+54+98=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #453662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453662 is #BAC99D. Grayscale: #3F3F3F. Windows color (decimal): -12241310 or 6436421. OLE color: 6436421.

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

Color convert

RGB695498-
CMYK0.300.4500.62
HSL260.45º28.95%29.8%-
HSV(B)260.45º44.9%38.43%-
XYZ5.984.7912.16-
YUV63.5147.47131.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=31.22%
G=24.43%
B=44.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6954980.300.4500.62260.4528.9529.8
Hex4536621E2D03E1041d1e
Octal1056614236550764043536
Binary100010111011011000101111010110101111101000001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453662; }

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

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

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

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

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

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

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

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