#463950

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

Shades of Jagger #463950

Tints of Jagger #463950

Color information

#463950 (or 0x463950) is unknown color: approx Jagger. HEX triplet: 46, 39 and 50. RGB value is (70,57,80). Sum of RGB (Red+Green+Blue) = 70+57+80=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #463950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463950 is #B9C6AF. Grayscale: #3F3F3F. Windows color (decimal): -12175024 or 5257542. OLE color: 5257542.

HSL color Cylindrical-coordinate representation of color #463950: hue angle of 273.91º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463950 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB705780-
CMYK0.120.2900.69
HSL273.91º16.79%26.86%-
HSV(B)273.91º28.75%31.37%-
XYZ5.444.818.23-
YUV63.51137.31132.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=33.82%
G=27.54%
B=38.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7057800.120.2900.69273.9116.7926.86
Hex463950C1D045112111b
Octal10671120143501054222133
Binary10001101110011010000110011101010001011000100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463950; }

 p { color: rgb(70,57,80); }

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

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

 a { background-color: rgb(70,57,80); }

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

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

 span { border-color: rgb(70,57,80); }

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