#424546

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

Shades of Charade #424546

Tints of Charade #424546

Color information

#424546 (or 0x424546) is unknown color: approx Charade. HEX triplet: 42, 45 and 46. RGB value is (66,69,70). Sum of RGB (Red+Green+Blue) = 66+69+70=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 70 - color contains mainly: blue. Hex color #424546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424546 is #BDBAB9. Grayscale: #444444. Windows color (decimal): -12434106 or 4605250. OLE color: 4605250.

HSL color Cylindrical-coordinate representation of color #424546: hue angle of 195º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #424546 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB666970-
CMYK0.060.0100.73
HSL195º2.94%26.67%-
HSV(B)195º5.71%27.45%-
XYZ5.485.866.64-
YUV68.22129.01126.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=32.20%
G=33.66%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669700.060.0100.731952.9426.67
Hex42454661049c331b
Octal102105106610111303333
Binary100001010001011000110110101001001110000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424546; }

 p { color: rgb(66,69,70); }

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

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

 a { background-color: rgb(66,69,70); }

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

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

 span { border-color: rgb(66,69,70); }

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