Html Css Color HEX #404746 Firefly

📋 copy color: '#404746'

red 64 ◦ green 71 ◦ blue 70

#404746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #404746

Tints of Firefly #404746

RGB

 RED value IS 64 (25.39% from 255) = 31.22%

 GREEN value IS 71 (28.13% 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 value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#404746 (or 0x404746) is known color: 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

RGB 64 71 70 -
CMYK 0.10 0 0.01 0.72
HSL 171.43º 0.05% 0.26% -
HSV(B) 171.43º 0.1% 0.28% -
XYZ 5.47 6.04 6.67 -
YUV 68.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 64 71 70 0.10 0 0.01 0.72 171.43 0.05 0.26
Hex 40 47 46 A 0 1 48 AB 5 1A
Octal 100 107 106 12 0 1 110 253 5 32
Binary 1000000 1000111 1000110 1010 0 1 1001000 10101011 101 11010

Color Harmonies of #404746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404746

Black with #404746

Text Example


Text Example

White with #404746

Text Example


Text Example

HTML Codes & Css Web 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>