Html Css Color HEX #48565A Trout

📋 copy color: '#48565A'

red 72 ◦ green 86 ◦ blue 90

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

Shades of Trout #48565A

Tints of Trout #48565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 29.03%
G = 34.68%
B = 36.29%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48565A (or 0x48565A) is known color: Trout. HEX triplet: 48, 56 and 5A. RGB value is (72,86,90). Sum of RGB (Red+Green+Blue) = 72+86+90=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #48565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48565A is #B7A9A5. Grayscale: #525252. Windows color (decimal): -12036518 or 5920328. OLE color: 5920328.

HSL color Cylindrical-coordinate representation of color #48565A: hue angle of 193.33º 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 #48565A is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 86 90 -
CMYK 0.20 0.04 0 0.65
HSL 193.33º 0.11% 0.32% -
HSV(B) 193.33º 0.2% 0.35% -
XYZ 7.85 8.77 10.95 -
YUV 82.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 72 86 90 0.20 0.04 0 0.65 193.33 0.11 0.32
Hex 48 56 5A 14 4 0 41 C1 B 20
Octal 110 126 132 24 4 0 101 301 13 40
Binary 1001000 1010110 1011010 10100 100 0 1000001 11000001 1011 100000

Color Harmonies of #48565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48565A

Black with #48565A

Text Example


Text Example

White with #48565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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