Html Css Color HEX #484C4D Trout

📋 copy color: '#484C4D'

red 72 ◦ green 76 ◦ blue 77

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

Shades of Trout #484C4D

Tints of Trout #484C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 32%
G = 33.78%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#484C4D (or 0x484C4D) is known color: Trout. HEX triplet: 48, 4C and 4D. RGB value is (72,76,77). Sum of RGB (Red+Green+Blue) = 72+76+77=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 77 - color contains mainly: blue. Hex color #484C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C4D is #B7B3B2. Grayscale: #4A4A4A. Windows color (decimal): -12039091 or 5065800. OLE color: 5065800.

HSL color Cylindrical-coordinate representation of color #484C4D: hue angle of 192º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #484C4D is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 77 -
CMYK 0.06 0.01 0 0.70
HSL 192º 0.03% 0.29% -
HSV(B) 192º 0.06% 0.3% -
XYZ 6.6 7.08 8.04 -
YUV 74.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 72 76 77 0.06 0.01 0 0.70 192 0.03 0.29
Hex 48 4C 4D 6 1 0 46 C0 3 1D
Octal 110 114 115 6 1 0 106 300 3 35
Binary 1001000 1001100 1001101 110 1 0 1000110 11000000 11 11101

Color Harmonies of #484C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C4D

Black with #484C4D

Text Example


Text Example

White with #484C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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