Html Css Color HEX #48555A Trout

📋 copy color: '#48555A'

red 72 ◦ green 85 ◦ blue 90

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

Shades of Trout #48555A

Tints of Trout #48555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 29.15%
G = 34.41%
B = 36.44%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48555A (or 0x48555A) is known color: Trout. HEX triplet: 48, 55 and 5A. RGB value is (72,85,90). Sum of RGB (Red+Green+Blue) = 72+85+90=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #48555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48555A is #B7AAA5. Grayscale: #515151. Windows color (decimal): -12036774 or 5920072. OLE color: 5920072.

HSL color Cylindrical-coordinate representation of color #48555A: hue angle of 196.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48555A is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 85 90 -
CMYK 0.20 0.06 0 0.65
HSL 196.67º 0.11% 0.32% -
HSV(B) 196.67º 0.2% 0.35% -
XYZ 7.77 8.61 10.93 -
YUV 81.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 72 85 90 0.20 0.06 0 0.65 196.67 0.11 0.32
Hex 48 55 5A 14 6 0 41 C5 B 20
Octal 110 125 132 24 6 0 101 305 13 40
Binary 1001000 1010101 1011010 10100 110 0 1000001 11000101 1011 100000

Color Harmonies of #48555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48555A

Black with #48555A

Text Example


Text Example

White with #48555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48555A; }

 p { color: rgb(72,85,90); }

 H1.HeaderClassName
 {
   color: #48555A;
 }
 .AnyTagClassName
 {
   color: #48555A;
 }
</style>

background-color css

<style>
 a { background-color: #48555A; }

 a { background-color: rgb(72,85,90); }

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

border-color css

<style>
 span { border-color: #48555A; }

 span { border-color: rgb(72,85,90); }

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