Html Css Color HEX #484D54 Tuna

📋 copy color: '#484D54'

red 72 ◦ green 77 ◦ blue 84

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

Shades of Tuna #484D54

Tints of Tuna #484D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 30.9%
G = 33.05%
B = 36.05%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484D54 (or 0x484D54) is known color: Tuna. HEX triplet: 48, 4D and 54. RGB value is (72,77,84). Sum of RGB (Red+Green+Blue) = 72+77+84=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #484D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D54 is #B7B2AB. Grayscale: #4C4C4C. Windows color (decimal): -12038828 or 5524808. OLE color: 5524808.

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

Color convert

RGB 72 77 84 -
CMYK 0.14 0.08 0 0.67
HSL 215º 0.08% 0.31% -
HSV(B) 215º 0.14% 0.33% -
XYZ 6.93 7.33 9.44 -
YUV 76.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 72 77 84 0.14 0.08 0 0.67 215 0.08 0.31
Hex 48 4D 54 E 8 0 43 D7 8 1F
Octal 110 115 124 16 10 0 103 327 10 37
Binary 1001000 1001101 1010100 1110 1000 0 1000011 11010111 1000 11111

Color Harmonies of #484D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D54

Black with #484D54

Text Example


Text Example

White with #484D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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