#453960

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

Shades of Meteorite #453960

Tints of Meteorite #453960

Color information

#453960 (or 0x453960) is unknown color: approx Meteorite. HEX triplet: 45, 39 and 60. RGB value is (69,57,96). Sum of RGB (Red+Green+Blue) = 69+57+96=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #453960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453960 is #BAC69F. Grayscale: #404040. Windows color (decimal): -12240544 or 6306117. OLE color: 6306117.

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

Color convert

RGB695796-
CMYK0.280.4100.62
HSL258.46º25.49%30%-
HSV(B)258.46º40.62%37.65%-
XYZ6.035.0411.72-
YUV65.03145.48130.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=31.08%
G=25.68%
B=43.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6957960.280.4100.62258.4625.4930
Hex4539601C2903E102191e
Octal1057114034510764023136
Binary100010111100111000001110010100101111101000000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453960; }

 p { color: rgb(69,57,96); }

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

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

 a { background-color: rgb(69,57,96); }

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

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

 span { border-color: rgb(69,57,96); }

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