#453C60

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

Shades of Meteorite #453C60

Tints of Meteorite #453C60

Color information

#453C60 (or 0x453C60) is unknown color: approx Meteorite. HEX triplet: 45, 3C and 60. RGB value is (69,60,96). Sum of RGB (Red+Green+Blue) = 69+60+96=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #453C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C60 is #BAC39F. Grayscale: #424242. Windows color (decimal): -12239776 or 6306885. OLE color: 6306885.

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

Color convert

RGB696096-
CMYK0.280.3800.62
HSL255º23.08%30.59%-
HSV(B)255º37.5%37.65%-
XYZ6.185.3411.77-
YUV66.8144.48129.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=30.67%
G=26.67%
B=42.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6960960.280.3800.6225523.0830.59
Hex453C601C2603Eff171f
Octal1057414034460763772737
Binary10001011111001100000111001001100111110111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453C60; }

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

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

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

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

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

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

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

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