#404746

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

Shades of Firefly #404746

Tints of Firefly #404746

Color information

#404746 (or 0x404746) is unknown color: approx Firefly. HEX triplet: 40, 47 and 46. RGB value is (64,71,70). Sum of RGB (Red+Green+Blue) = 64+71+70=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 71 - color contains mainly: green. Hex color #404746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404746 is #BFB8B9. Grayscale: #444444. Windows color (decimal): -12564666 or 4605760. OLE color: 4605760.

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

Color convert

RGB647170-
CMYK0.1000.010.72
HSL171.43º5.19%26.47%-
HSV(B)171.43º9.86%27.84%-
XYZ5.476.046.67-
YUV68.79128.68124.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=31.22%
G=34.63%
B=34.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471700.1000.010.72171.435.1926.47
Hex404746A0148ab51a
Octal1001071061201110253532
Binary10000001000111100011010100110010001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404746; }

 p { color: rgb(64,71,70); }

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

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

 a { background-color: rgb(64,71,70); }

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

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

 span { border-color: rgb(64,71,70); }

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