#46384E

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

Shades of Jagger #46384E

Tints of Jagger #46384E

Color information

#46384E (or 0x46384E) is unknown color: approx Jagger. HEX triplet: 46, 38 and 4E. RGB value is (70,56,78). Sum of RGB (Red+Green+Blue) = 70+56+78=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #46384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46384E is #B9C7B1. Grayscale: #3E3E3E. Windows color (decimal): -12175282 or 5126214. OLE color: 5126214.

HSL color Cylindrical-coordinate representation of color #46384E: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46384E is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB705678-
CMYK0.100.2800.69
HSL278.18º16.42%26.27%-
HSV(B)278.18º28.21%30.59%-
XYZ5.324.687.83-
YUV62.69136.64133.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=34.31%
G=27.45%
B=38.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7056780.100.2800.69278.1816.4226.27
Hex46384EA1C045116101a
Octal10670116123401054262032
Binary10001101110001001110101011100010001011000101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46384E; }

 p { color: rgb(70,56,78); }

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

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

 a { background-color: rgb(70,56,78); }

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

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

 span { border-color: rgb(70,56,78); }

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