Html Css Color HEX #474F5C Tuna

📋 copy color: '#474F5C'

red 71 ◦ green 79 ◦ blue 92

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

Shades of Tuna #474F5C

Tints of Tuna #474F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 29.34%
G = 32.64%
B = 38.02%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#474F5C (or 0x474F5C) is known color: Tuna. HEX triplet: 47, 4F and 5C. RGB value is (71,79,92). Sum of RGB (Red+Green+Blue) = 71+79+92=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #474F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F5C is #B8B0A3. Grayscale: #4E4E4E. Windows color (decimal): -12103844 or 6049607. OLE color: 6049607.

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

Color convert

RGB 71 79 92 -
CMYK 0.23 0.14 0 0.64
HSL 217.14º 0.13% 0.32% -
HSV(B) 217.14º 0.23% 0.36% -
XYZ 7.33 7.7 11.23 -
YUV 78.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 71 79 92 0.23 0.14 0 0.64 217.14 0.13 0.32
Hex 47 4F 5C 17 E 0 40 D9 D 20
Octal 107 117 134 27 16 0 100 331 15 40
Binary 1000111 1001111 1011100 10111 1110 0 1000000 11011001 1101 100000

Color Harmonies of #474F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F5C

Black with #474F5C

Text Example


Text Example

White with #474F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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