#423444

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

Shades of Fuscous Grey #423444

Tints of Fuscous Grey #423444

Color information

#423444 (or 0x423444) is unknown color: approx Fuscous Grey. HEX triplet: 42, 34 and 44. RGB value is (66,52,68). Sum of RGB (Red+Green+Blue) = 66+52+68=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #423444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423444 is #BDCBBB. Grayscale: #393939. Windows color (decimal): -12438460 or 4469826. OLE color: 4469826.

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

Color convert

RGB665268-
CMYK0.030.2400.73
HSL292.5º13.33%23.53%-
HSV(B)292.5º23.53%26.67%-
XYZ4.524.036.01-
YUV58.01133.64133.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=35.48%
G=27.96%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6652680.030.2400.73292.513.3323.53
Hex423444318049124d18
Octal1026410433001114441530
Binary10000101101001000100111100001001001100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423444; }

 p { color: rgb(66,52,68); }

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

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

 a { background-color: rgb(66,52,68); }

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

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

 span { border-color: rgb(66,52,68); }

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