#453E50

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

Shades of Grape #453E50

Tints of Grape #453E50

Color information

#453E50 (or 0x453E50) is unknown color: approx Grape. HEX triplet: 45, 3E and 50. RGB value is (69,62,80). Sum of RGB (Red+Green+Blue) = 69+62+80=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #453E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E50 is #BAC1AF. Grayscale: #424242. Windows color (decimal): -12239280 or 5258821. OLE color: 5258821.

HSL color Cylindrical-coordinate representation of color #453E50: hue angle of 263.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #453E50 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB696280-
CMYK0.140.2200.69
HSL263.33º12.68%27.84%-
HSV(B)263.33º22.5%31.37%-
XYZ5.625.298.31-
YUV66.14135.82130.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=32.70%
G=29.38%
B=37.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6962800.140.2200.69263.3312.6827.84
Hex453E50E16045107d1c
Octal10576120162601054071534
Binary1000101111110101000011101011001000101100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,62,80); }

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

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

 a { background-color: rgb(69,62,80); }

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

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

 span { border-color: rgb(69,62,80); }

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