#454150

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

Shades of Grape #454150

Tints of Grape #454150

Color information

#454150 (or 0x454150) is unknown color: approx Grape. HEX triplet: 45, 41 and 50. RGB value is (69,65,80). Sum of RGB (Red+Green+Blue) = 69+65+80=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #454150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454150 is #BABEAF. Grayscale: #434343. Windows color (decimal): -12238512 or 5259589. OLE color: 5259589.

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

Color convert

RGB696580-
CMYK0.140.1900.69
HSL256º10.34%28.43%-
HSV(B)256º18.75%31.37%-
XYZ5.795.628.37-
YUV67.91134.83128.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=32.24%
G=30.37%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6965800.140.1900.6925610.3428.43
Hex454150E13045100a1c
Octal105101120162301054001234
Binary10001011000001101000011101001101000101100000000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454150; }

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

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

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

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

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

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

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

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