#453D6A

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

Shades of Meteorite #453D6A

Tints of Meteorite #453D6A

Color information

#453D6A (or 0x453D6A) is unknown color: approx Meteorite. HEX triplet: 45, 3D and 6A. RGB value is (69,61,106). Sum of RGB (Red+Green+Blue) = 69+61+106=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #453D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D6A is #BAC295. Grayscale: #444444. Windows color (decimal): -12239510 or 6962501. OLE color: 6962501.

HSL color Cylindrical-coordinate representation of color #453D6A: hue angle of 250.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #453D6A is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6961106-
CMYK0.350.4200.58
HSL250.67º26.95%32.75%-
HSV(B)250.67º42.45%41.57%-
XYZ6.725.6414.37-
YUV68.52149.15128.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=29.24%
G=25.85%
B=44.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69611060.350.4200.58250.6726.9532.75
Hex453D6A232A03Afb1b21
Octal1057515243520723733341
Binary1000101111101110101010001110101001110101111101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,106); }

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

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

 a { background-color: rgb(69,61,106); }

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

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

 span { border-color: rgb(69,61,106); }

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