Html Css Color HEX #485059 Tuna

📋 copy color: '#485059'

red 72 ◦ green 80 ◦ blue 89

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

Shades of Tuna #485059

Tints of Tuna #485059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

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

R = 29.88%
G = 33.2%
B = 36.93%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485059 (or 0x485059) is known color: Tuna. HEX triplet: 48, 50 and 59. RGB value is (72,80,89). Sum of RGB (Red+Green+Blue) = 72+80+89=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #485059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485059 is #B7AFA6. Grayscale: #4E4E4E. Windows color (decimal): -12038055 or 5853256. OLE color: 5853256.

HSL color Cylindrical-coordinate representation of color #485059: hue angle of 211.76º 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 #485059 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 80 89 -
CMYK 0.19 0.10 0 0.65
HSL 211.76º 0.11% 0.32% -
HSV(B) 211.76º 0.19% 0.35% -
XYZ 7.34 7.84 10.58 -
YUV 78.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 72 80 89 0.19 0.10 0 0.65 211.76 0.11 0.32
Hex 48 50 59 13 A 0 41 D4 B 20
Octal 110 120 131 23 12 0 101 324 13 40
Binary 1001000 1010000 1011001 10011 1010 0 1000001 11010100 1011 100000

Color Harmonies of #485059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485059

Black with #485059

Text Example


Text Example

White with #485059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485059; }

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

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

background-color css

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

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

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

border-color css

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

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

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