Html Css Color HEX #474D5B Tuna

📋 copy color: '#474D5B'

red 71 ◦ green 77 ◦ blue 91

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

Shades of Tuna #474D5B

Tints of Tuna #474D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.22%

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 29.71%
G = 32.22%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#474D5B (or 0x474D5B) is known color: Tuna. HEX triplet: 47, 4D and 5B. RGB value is (71,77,91). Sum of RGB (Red+Green+Blue) = 71+77+91=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #474D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D5B is #B8B2A4. Grayscale: #4C4C4C. Windows color (decimal): -12104357 or 5983559. OLE color: 5983559.

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

Color convert

RGB 71 77 91 -
CMYK 0.22 0.15 0 0.64
HSL 222º 0.12% 0.32% -
HSV(B) 222º 0.22% 0.36% -
XYZ 7.14 7.4 10.95 -
YUV 76.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 71 77 91 0.22 0.15 0 0.64 222 0.12 0.32
Hex 47 4D 5B 16 F 0 40 DE C 20
Octal 107 115 133 26 17 0 100 336 14 40
Binary 1000111 1001101 1011011 10110 1111 0 1000000 11011110 1100 100000

Color Harmonies of #474D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D5B

Black with #474D5B

Text Example


Text Example

White with #474D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,91); }

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

background-color css

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

 a { background-color: rgb(71,77,91); }

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

border-color css

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

 span { border-color: rgb(71,77,91); }

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