Html Css Color HEX #485259 Trout

📋 copy color: '#485259'

red 72 ◦ green 82 ◦ blue 89

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

Shades of Trout #485259

Tints of Trout #485259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 29.63%
G = 33.74%
B = 36.63%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485259 (or 0x485259) is known color: Trout. HEX triplet: 48, 52 and 59. RGB value is (72,82,89). Sum of RGB (Red+Green+Blue) = 72+82+89=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #485259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485259 is #B7ADA6. Grayscale: #4F4F4F. Windows color (decimal): -12037543 or 5853768. OLE color: 5853768.

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

Color convert

RGB 72 82 89 -
CMYK 0.19 0.08 0 0.65
HSL 204.71º 0.11% 0.32% -
HSV(B) 204.71º 0.19% 0.35% -
XYZ 7.49 8.13 10.63 -
YUV 79.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 72 82 89 0.19 0.08 0 0.65 204.71 0.11 0.32
Hex 48 52 59 13 8 0 41 CD B 20
Octal 110 122 131 23 10 0 101 315 13 40
Binary 1001000 1010010 1011001 10011 1000 0 1000001 11001101 1011 100000

Color Harmonies of #485259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485259

Black with #485259

Text Example


Text Example

White with #485259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485259; }

 p { color: rgb(72,82,89); }

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

background-color css

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

 a { background-color: rgb(72,82,89); }

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

border-color css

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

 span { border-color: rgb(72,82,89); }

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