#463758

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

Shades of Jagger #463758

Tints of Jagger #463758

Color information

#463758 (or 0x463758) is unknown color: approx Jagger. HEX triplet: 46, 37 and 58. RGB value is (70,55,88). Sum of RGB (Red+Green+Blue) = 70+55+88=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #463758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463758 is #B9C8A7. Grayscale: #3F3F3F. Windows color (decimal): -12175528 or 5781318. OLE color: 5781318.

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

Color convert

RGB705588-
CMYK0.200.3800.65
HSL267.27º23.08%28.04%-
HSV(B)267.27º37.5%34.51%-
XYZ5.654.749.85-
YUV63.25141.97132.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=32.86%
G=25.82%
B=41.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7055880.200.3800.65267.2723.0828.04
Hex463758142604110b171c
Octal10667130244601014132734
Binary1000110110111101100010100100110010000011000010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463758; }

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

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

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

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

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

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

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

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