Html Css Color HEX #484D4F Trout

📋 copy color: '#484D4F'

red 72 ◦ green 77 ◦ blue 79

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

Shades of Trout #484D4F

Tints of Trout #484D4F

RGB

 RED value IS 72 (28.52% from 255) = 31.58%

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

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 31.58%
G = 33.77%
B = 34.65%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484D4F (or 0x484D4F) is known color: Trout. HEX triplet: 48, 4D and 4F. RGB value is (72,77,79). Sum of RGB (Red+Green+Blue) = 72+77+79=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 79 - color contains mainly: blue. Hex color #484D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D4F is #B7B2B0. Grayscale: #4B4B4B. Windows color (decimal): -12038833 or 5197128. OLE color: 5197128.

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

Color convert

RGB 72 77 79 -
CMYK 0.09 0.03 0 0.69
HSL 197.14º 0.05% 0.3% -
HSV(B) 197.14º 0.09% 0.31% -
XYZ 6.74 7.25 8.44 -
YUV 75.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 72 77 79 0.09 0.03 0 0.69 197.14 0.05 0.3
Hex 48 4D 4F 9 3 0 45 C5 5 1E
Octal 110 115 117 11 3 0 105 305 5 36
Binary 1001000 1001101 1001111 1001 11 0 1000101 11000101 101 11110

Color Harmonies of #484D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D4F

Black with #484D4F

Text Example


Text Example

White with #484D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484D4F; }

 p { color: rgb(72,77,79); }

 H1.HeaderClassName
 {
   color: #484D4F;
 }
 .AnyTagClassName
 {
   color: #484D4F;
 }
</style>

background-color css

<style>
 a { background-color: #484D4F; }

 a { background-color: rgb(72,77,79); }

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

border-color css

<style>
 span { border-color: #484D4F; }

 span { border-color: rgb(72,77,79); }

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