#424748

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

Shades of Charade #424748

Tints of Charade #424748

Color information

#424748 (or 0x424748) is unknown color: approx Charade. HEX triplet: 42, 47 and 48. RGB value is (66,71,72). Sum of RGB (Red+Green+Blue) = 66+71+72=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 71 (28.12% from 255 or 33.97% 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 #424748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424748 is #BDB8B7. Grayscale: #454545. Windows color (decimal): -12433592 or 4736834. OLE color: 4736834.

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

Color convert

RGB667172-
CMYK0.080.0100.72
HSL190º4.35%27.06%-
HSV(B)190º8.33%28.24%-
XYZ5.676.137.02-
YUV69.62129.34125.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=31.58%
G=33.97%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671720.080.0100.721904.3527.06
Hex42474881048be41b
Octal1021071101010110276433
Binary10000101000111100100010001010010001011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424748; }

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

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

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

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

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

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

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

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