#464348

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

Shades of Jagger #464348

Tints of Jagger #464348

Color information

#464348 (or 0x464348) is unknown color: approx Jagger. HEX triplet: 46, 43 and 48. RGB value is (70,67,72). Sum of RGB (Red+Green+Blue) = 70+67+72=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 72 - color contains mainly: blue. Hex color #464348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464348 is #B9BCB7. Grayscale: #444444. Windows color (decimal): -12172472 or 4735814. OLE color: 4735814.

HSL color Cylindrical-coordinate representation of color #464348: hue angle of 276º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #464348 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB706772-
CMYK0.030.0700.72
HSL276º3.6%27.25%-
HSV(B)276º6.94%28.24%-
XYZ5.75.786.95-
YUV68.47129.99129.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=33.49%
G=32.06%
B=34.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7067720.030.0700.722763.627.25
Hex4643483704811441b
Octal106103110370110424433
Binary100011010000111001000111110100100010001010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464348; }

 p { color: rgb(70,67,72); }

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

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

 a { background-color: rgb(70,67,72); }

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

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

 span { border-color: rgb(70,67,72); }

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