#453A6B

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

Shades of Meteorite #453A6B

Tints of Meteorite #453A6B

Color information

#453A6B (or 0x453A6B) is unknown color: approx Meteorite. HEX triplet: 45, 3A and 6B. RGB value is (69,58,107). Sum of RGB (Red+Green+Blue) = 69+58+107=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #453A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A6B is #BAC594. Grayscale: #424242. Windows color (decimal): -12240277 or 7027269. OLE color: 7027269.

HSL color Cylindrical-coordinate representation of color #453A6B: hue angle of 253.47º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453A6B is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6958107-
CMYK0.360.4600.58
HSL253.47º29.7%32.35%-
HSV(B)253.47º45.79%41.96%-
XYZ6.625.3514.59-
YUV66.88150.64129.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=29.49%
G=24.79%
B=45.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69581070.360.4600.58253.4729.732.35
Hex453A6B242E03Afd1e20
Octal1057215344560723753640
Binary1000101111010110101110010010111001110101111110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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