Html Css Color HEX #4A4F51 Trout

📋 copy color: '#4A4F51'

red 74 ◦ green 79 ◦ blue 81

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

Shades of Trout #4A4F51

Tints of Trout #4A4F51

RGB

 RED value IS 74 (29.3% from 255) = 31.62%

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

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 31.62%
G = 33.76%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A4F51 (or 0x4A4F51) is known color: Trout. HEX triplet: 4A, 4F and 51. RGB value is (74,79,81). Sum of RGB (Red+Green+Blue) = 74+79+81=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A4F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F51 is #B5B0AE. Grayscale: #4D4D4D. Windows color (decimal): -11907247 or 5328714. OLE color: 5328714.

HSL color Cylindrical-coordinate representation of color #4A4F51: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A4F51 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 79 81 -
CMYK 0.09 0.02 0 0.68
HSL 197.14º 0.05% 0.3% -
HSV(B) 197.14º 0.09% 0.32% -
XYZ 7.11 7.64 8.89 -
YUV 77.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 74 79 81 0.09 0.02 0 0.68 197.14 0.05 0.3
Hex 4A 4F 51 9 2 0 44 C5 5 1E
Octal 112 117 121 11 2 0 104 305 5 36
Binary 1001010 1001111 1010001 1001 10 0 1000100 11000101 101 11110

Color Harmonies of #4A4F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4F51

Black with #4A4F51

Text Example


Text Example

White with #4A4F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,79,81); }

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

background-color css

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

 a { background-color: rgb(74,79,81); }

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

border-color css

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

 span { border-color: rgb(74,79,81); }

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