#453B61

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

Shades of Meteorite #453B61

Tints of Meteorite #453B61

Color information

#453B61 (or 0x453B61) is unknown color: approx Meteorite. HEX triplet: 45, 3B and 61. RGB value is (69,59,97). Sum of RGB (Red+Green+Blue) = 69+59+97=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #453B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B61 is #BAC49E. Grayscale: #424242. Windows color (decimal): -12240031 or 6372165. OLE color: 6372165.

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

Color convert

RGB695997-
CMYK0.290.3900.62
HSL255.79º24.36%30.59%-
HSV(B)255.79º39.18%38.04%-
XYZ6.185.2612-
YUV66.32145.31129.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=30.67%
G=26.22%
B=43.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6959970.290.3900.62255.7924.3630.59
Hex453B611D2703E100181f
Octal1057314135470764003037
Binary100010111101111000011110110011101111101000000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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