Html Css Color HEX #4F5255 Trout

📋 copy color: '#4F5255'

red 79 ◦ green 82 ◦ blue 85

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

Shades of Trout #4F5255

Tints of Trout #4F5255

RGB

 RED value IS 79 (31.25% from 255) = 32.11%

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 32.11%
G = 33.33%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4F5255 (or 0x4F5255) is known color: Trout. HEX triplet: 4F, 52 and 55. RGB value is (79,82,85). Sum of RGB (Red+Green+Blue) = 79+82+85=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5255 is #B0ADAA. Grayscale: #515151. Windows color (decimal): -11578795 or 5591631. OLE color: 5591631.

HSL color Cylindrical-coordinate representation of color #4F5255: hue angle of 210º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F5255 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 82 85 -
CMYK 0.07 0.04 0 0.67
HSL 210º 0.04% 0.32% -
HSV(B) 210º 0.07% 0.33% -
XYZ 7.88 8.35 9.79 -
YUV 81.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 79 82 85 0.07 0.04 0 0.67 210 0.04 0.32
Hex 4F 52 55 7 4 0 43 D2 4 20
Octal 117 122 125 7 4 0 103 322 4 40
Binary 1001111 1010010 1010101 111 100 0 1000011 11010010 100 100000

Color Harmonies of #4F5255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5255

Black with #4F5255

Text Example


Text Example

White with #4F5255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F5255; }

 p { color: rgb(79,82,85); }

 H1.HeaderClassName
 {
   color: #4F5255;
 }
 .AnyTagClassName
 {
   color: #4F5255;
 }
</style>

background-color css

<style>
 a { background-color: #4F5255; }

 a { background-color: rgb(79,82,85); }

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

border-color css

<style>
 span { border-color: #4F5255; }

 span { border-color: rgb(79,82,85); }

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