#414648

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

Shades of Charade #414648

Tints of Charade #414648

Color information

#414648 (or 0x414648) is unknown color: approx Charade. HEX triplet: 41, 46 and 48. RGB value is (65,70,72). Sum of RGB (Red+Green+Blue) = 65+70+72=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #414648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414648 is #BEB9B7. Grayscale: #444444. Windows color (decimal): -12499384 or 4736577. OLE color: 4736577.

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

Color convert

RGB657072-
CMYK0.100.0300.72
HSL197.14º5.11%26.86%-
HSV(B)197.14º9.72%28.24%-
XYZ5.545.976.99-
YUV68.73129.84125.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=31.40%
G=33.82%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6570720.100.0300.72197.145.1126.86
Hex414648A3048c551b
Octal1011061101230110305533
Binary100000110001101001000101011010010001100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414648; }

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

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

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

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

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

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

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

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