Html Css Color HEX #474F5D Tuna

📋 copy color: '#474F5D'

red 71 ◦ green 79 ◦ blue 93

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

Shades of Tuna #474F5D

Tints of Tuna #474F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.51%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 29.22%
G = 32.51%
B = 38.27%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#474F5D (or 0x474F5D) is known color: Tuna. HEX triplet: 47, 4F and 5D. RGB value is (71,79,93). Sum of RGB (Red+Green+Blue) = 71+79+93=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #474F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F5D is #B8B0A2. Grayscale: #4E4E4E. Windows color (decimal): -12103843 or 6115143. OLE color: 6115143.

HSL color Cylindrical-coordinate representation of color #474F5D: hue angle of 218.18º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474F5D is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 79 93 -
CMYK 0.24 0.15 0 0.64
HSL 218.18º 0.13% 0.32% -
HSV(B) 218.18º 0.24% 0.36% -
XYZ 7.37 7.72 11.46 -
YUV 78.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 71 79 93 0.24 0.15 0 0.64 218.18 0.13 0.32
Hex 47 4F 5D 18 F 0 40 DA D 20
Octal 107 117 135 30 17 0 100 332 15 40
Binary 1000111 1001111 1011101 11000 1111 0 1000000 11011010 1101 100000

Color Harmonies of #474F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F5D

Black with #474F5D

Text Example


Text Example

White with #474F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F5D; }

 p { color: rgb(71,79,93); }

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

background-color css

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

 a { background-color: rgb(71,79,93); }

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

border-color css

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

 span { border-color: rgb(71,79,93); }

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