#414748

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

Shades of Charade #414748

Tints of Charade #414748

Color information

#414748 (or 0x414748) is unknown color: approx Charade. HEX triplet: 41, 47 and 48. RGB value is (65,71,72). Sum of RGB (Red+Green+Blue) = 65+71+72=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: blue. Hex color #414748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414748 is #BEB8B7. Grayscale: #454545. Windows color (decimal): -12499128 or 4736833. OLE color: 4736833.

HSL color Cylindrical-coordinate representation of color #414748: hue angle of 188.57º 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 #414748 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB657172-
CMYK0.100.0100.72
HSL188.57º5.11%26.86%-
HSV(B)188.57º9.72%28.24%-
XYZ5.66.17.01-
YUV69.32129.51124.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=31.25%
G=34.13%
B=34.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571720.100.0100.72188.575.1126.86
Hex414748A1048bd51b
Octal1011071101210110275533
Binary10000011000111100100010101010010001011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414748; }

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

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

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

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

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

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

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

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