#463658

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

Shades of Jagger #463658

Tints of Jagger #463658

Color information

#463658 (or 0x463658) is unknown color: approx Jagger. HEX triplet: 46, 36 and 58. RGB value is (70,54,88). Sum of RGB (Red+Green+Blue) = 70+54+88=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #463658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463658 is #B9C9A7. Grayscale: #3E3E3E. Windows color (decimal): -12175784 or 5781062. OLE color: 5781062.

HSL color Cylindrical-coordinate representation of color #463658: hue angle of 268.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #463658 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB705488-
CMYK0.200.3900.65
HSL268.24º23.94%27.84%-
HSV(B)268.24º38.64%34.51%-
XYZ5.614.659.83-
YUV62.66142.3133.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=33.02%
G=25.47%
B=41.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7054880.200.3900.65268.2423.9427.84
Hex463658142704110c181c
Octal10666130244701014143034
Binary1000110110110101100010100100111010000011000011001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463658; }

 p { color: rgb(70,54,88); }

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

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

 a { background-color: rgb(70,54,88); }

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

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

 span { border-color: rgb(70,54,88); }

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