Html Css Color HEX #484D53 Tuna

📋 copy color: '#484D53'

red 72 ◦ green 77 ◦ blue 83

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

Shades of Tuna #484D53

Tints of Tuna #484D53

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.19%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 31.03%
G = 33.19%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484D53 (or 0x484D53) is known color: Tuna. HEX triplet: 48, 4D and 53. RGB value is (72,77,83). Sum of RGB (Red+Green+Blue) = 72+77+83=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #484D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D53 is #B7B2AC. Grayscale: #4C4C4C. Windows color (decimal): -12038829 or 5459272. OLE color: 5459272.

HSL color Cylindrical-coordinate representation of color #484D53: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #484D53 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 77 83 -
CMYK 0.13 0.07 0 0.67
HSL 212.73º 0.07% 0.3% -
HSV(B) 212.73º 0.13% 0.33% -
XYZ 6.89 7.31 9.23 -
YUV 76.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 72 77 83 0.13 0.07 0 0.67 212.73 0.07 0.3
Hex 48 4D 53 D 7 0 43 D5 7 1E
Octal 110 115 123 15 7 0 103 325 7 36
Binary 1001000 1001101 1010011 1101 111 0 1000011 11010101 111 11110

Color Harmonies of #484D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D53

Black with #484D53

Text Example


Text Example

White with #484D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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