#453A70

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

Shades of Meteorite #453A70

Tints of Meteorite #453A70

Color information

#453A70 (or 0x453A70) is unknown color: approx Meteorite. HEX triplet: 45, 3A and 70. RGB value is (69,58,112). Sum of RGB (Red+Green+Blue) = 69+58+112=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #453A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A70 is #BAC58F. Grayscale: #434343. Windows color (decimal): -12240272 or 7354949. OLE color: 7354949.

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

Color convert

RGB6958112-
CMYK0.380.4800.56
HSL252.22º31.76%33.33%-
HSV(B)252.22º48.21%43.92%-
XYZ6.895.4616.02-
YUV67.44153.14129.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=28.87%
G=24.27%
B=46.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69581120.380.4800.56252.2231.7633.33
Hex453A702630038fc2021
Octal1057216046600703744041
Binary10001011110101110000100110110000011100011111100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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