Html Css Color HEX #474D5A Tuna

📋 copy color: '#474D5A'

red 71 ◦ green 77 ◦ blue 90

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

Shades of Tuna #474D5A

Tints of Tuna #474D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 29.83%
G = 32.35%
B = 37.82%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474D5A (or 0x474D5A) is known color: Tuna. HEX triplet: 47, 4D and 5A. RGB value is (71,77,90). Sum of RGB (Red+Green+Blue) = 71+77+90=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #474D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D5A is #B8B2A5. Grayscale: #4C4C4C. Windows color (decimal): -12104358 or 5918023. OLE color: 5918023.

HSL color Cylindrical-coordinate representation of color #474D5A: hue angle of 221.05º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474D5A is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 77 90 -
CMYK 0.21 0.14 0 0.65
HSL 221.05º 0.12% 0.32% -
HSV(B) 221.05º 0.21% 0.35% -
XYZ 7.1 7.39 10.72 -
YUV 76.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 71 77 90 0.21 0.14 0 0.65 221.05 0.12 0.32
Hex 47 4D 5A 15 E 0 41 DD C 20
Octal 107 115 132 25 16 0 101 335 14 40
Binary 1000111 1001101 1011010 10101 1110 0 1000001 11011101 1100 100000

Color Harmonies of #474D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D5A

Black with #474D5A

Text Example


Text Example

White with #474D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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