#453C6F

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

Shades of Meteorite #453C6F

Tints of Meteorite #453C6F

Color information

#453C6F (or 0x453C6F) is unknown color: approx Meteorite. HEX triplet: 45, 3C and 6F. RGB value is (69,60,111). Sum of RGB (Red+Green+Blue) = 69+60+111=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #453C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C6F is #BAC390. Grayscale: #444444. Windows color (decimal): -12239761 or 7289925. OLE color: 7289925.

HSL color Cylindrical-coordinate representation of color #453C6F: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453C6F is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6960111-
CMYK0.380.4600.56
HSL250.59º29.82%33.53%-
HSV(B)250.59º45.95%43.53%-
XYZ6.945.6415.76-
YUV68.5151.98128.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=28.75%
G=25%
B=46.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69601110.380.4600.56250.5929.8233.53
Hex453C6F262E038fb1e22
Octal1057415746560703733642
Binary1000101111100110111110011010111001110001111101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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