Html Css Color HEX #404847 Firefly

📋 copy color: '#404847'

red 64 ◦ green 72 ◦ blue 71

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

Shades of Firefly #404847

Tints of Firefly #404847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 30.92%
G = 34.78%
B = 34.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#404847 (or 0x404847) is known color: Firefly. HEX triplet: 40, 48 and 47. RGB value is (64,72,71). Sum of RGB (Red+Green+Blue) = 64+72+71=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 72 - color contains mainly: green. Hex color #404847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404847 is #BFB7B8. Grayscale: #454545. Windows color (decimal): -12564409 or 4671552. OLE color: 4671552.

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

Color convert

RGB 64 72 71 -
CMYK 0.11 0 0.01 0.72
HSL 172.5º 0.06% 0.27% -
HSV(B) 172.5º 0.11% 0.28% -
XYZ 5.57 6.18 6.86 -
YUV 69.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 64 72 71 0.11 0 0.01 0.72 172.5 0.06 0.27
Hex 40 48 47 B 0 1 48 AC 6 1B
Octal 100 110 107 13 0 1 110 254 6 33
Binary 1000000 1001000 1000111 1011 0 1 1001000 10101100 110 11011

Color Harmonies of #404847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404847

Black with #404847

Text Example


Text Example

White with #404847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404847; }

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

 H1.HeaderClassName
 {
   color: #404847;
 }
 .AnyTagClassName
 {
   color: #404847;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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