Html Css Color HEX #474C58 Tuna

📋 copy color: '#474C58'

red 71 ◦ green 76 ◦ blue 88

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

Shades of Tuna #474C58

Tints of Tuna #474C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 30.21%
G = 32.34%
B = 37.45%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474C58 (or 0x474C58) is known color: Tuna. HEX triplet: 47, 4C and 58. RGB value is (71,76,88). Sum of RGB (Red+Green+Blue) = 71+76+88=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #474C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C58 is #B8B3A7. Grayscale: #4B4B4B. Windows color (decimal): -12104616 or 5786695. OLE color: 5786695.

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

Color convert

RGB 71 76 88 -
CMYK 0.19 0.14 0 0.65
HSL 222.35º 0.11% 0.31% -
HSV(B) 222.35º 0.19% 0.35% -
XYZ 6.94 7.21 10.26 -
YUV 75.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 71 76 88 0.19 0.14 0 0.65 222.35 0.11 0.31
Hex 47 4C 58 13 E 0 41 DE B 1F
Octal 107 114 130 23 16 0 101 336 13 37
Binary 1000111 1001100 1011000 10011 1110 0 1000001 11011110 1011 11111

Color Harmonies of #474C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C58

Black with #474C58

Text Example


Text Example

White with #474C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,88); }

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

background-color css

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

 a { background-color: rgb(71,76,88); }

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

border-color css

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

 span { border-color: rgb(71,76,88); }

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