Html Css Color HEX #474950 Tuna

📋 copy color: '#474950'

red 71 ◦ green 73 ◦ blue 80

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

Shades of Tuna #474950

Tints of Tuna #474950

RGB

 RED value IS 71 (28.13% from 255) = 31.7%

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 31.7%
G = 32.59%
B = 35.71%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474950 (or 0x474950) is known color: Tuna. HEX triplet: 47, 49 and 50. RGB value is (71,73,80). Sum of RGB (Red+Green+Blue) = 71+73+80=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #474950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474950 is #B8B6AF. Grayscale: #494949. Windows color (decimal): -12105392 or 5261639. OLE color: 5261639.

HSL color Cylindrical-coordinate representation of color #474950: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474950 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 73 80 -
CMYK 0.11 0.09 0 0.69
HSL 226.67º 0.06% 0.3% -
HSV(B) 226.67º 0.11% 0.31% -
XYZ 6.43 6.68 8.54 -
YUV 73.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 71 73 80 0.11 0.09 0 0.69 226.67 0.06 0.3
Hex 47 49 50 B 9 0 45 E3 6 1E
Octal 107 111 120 13 11 0 105 343 6 36
Binary 1000111 1001001 1010000 1011 1001 0 1000101 11100011 110 11110

Color Harmonies of #474950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474950

Black with #474950

Text Example


Text Example

White with #474950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474950; }

 p { color: rgb(71,73,80); }

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

background-color css

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

 a { background-color: rgb(71,73,80); }

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

border-color css

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

 span { border-color: rgb(71,73,80); }

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