#453A61

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

Shades of Meteorite #453A61

Tints of Meteorite #453A61

Color information

#453A61 (or 0x453A61) is unknown color: approx Meteorite. HEX triplet: 45, 3A and 61. RGB value is (69,58,97). Sum of RGB (Red+Green+Blue) = 69+58+97=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #453A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A61 is #BAC59E. Grayscale: #414141. Windows color (decimal): -12240287 or 6371909. OLE color: 6371909.

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

Color convert

RGB695897-
CMYK0.290.4000.62
HSL256.92º25.16%30.39%-
HSV(B)256.92º40.21%38.04%-
XYZ6.125.1511.98-
YUV65.74145.64130.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=30.80%
G=25.89%
B=43.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6958970.290.4000.62256.9225.1630.39
Hex453A611D2803E101191e
Octal1057214135500764013136
Binary100010111101011000011110110100001111101000000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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