Html Css Color HEX #484C54 Tuna

📋 copy color: '#484C54'

red 72 ◦ green 76 ◦ blue 84

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

Shades of Tuna #484C54

Tints of Tuna #484C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

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

R = 31.03%
G = 32.76%
B = 36.21%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484C54 (or 0x484C54) is known color: Tuna. HEX triplet: 48, 4C and 54. RGB value is (72,76,84). Sum of RGB (Red+Green+Blue) = 72+76+84=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #484C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C54 is #B7B3AB. Grayscale: #4B4B4B. Windows color (decimal): -12039084 or 5524552. OLE color: 5524552.

HSL color Cylindrical-coordinate representation of color #484C54: hue angle of 220º 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 #484C54 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 76 84 -
CMYK 0.14 0.10 0 0.67
HSL 220º 0.08% 0.31% -
HSV(B) 220º 0.14% 0.33% -
XYZ 6.86 7.19 9.41 -
YUV 75.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 72 76 84 0.14 0.10 0 0.67 220 0.08 0.31
Hex 48 4C 54 E A 0 43 DC 8 1F
Octal 110 114 124 16 12 0 103 334 10 37
Binary 1001000 1001100 1010100 1110 1010 0 1000011 11011100 1000 11111

Color Harmonies of #484C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C54

Black with #484C54

Text Example


Text Example

White with #484C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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