Html Css Color HEX #484E54 Tuna

📋 copy color: '#484E54'

red 72 ◦ green 78 ◦ blue 84

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

Shades of Tuna #484E54

Tints of Tuna #484E54

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

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

R = 30.77%
G = 33.33%
B = 35.9%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484E54 (or 0x484E54) is known color: Tuna. HEX triplet: 48, 4E and 54. RGB value is (72,78,84). Sum of RGB (Red+Green+Blue) = 72+78+84=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #484E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E54 is #B7B1AB. Grayscale: #4C4C4C. Windows color (decimal): -12038572 or 5525064. OLE color: 5525064.

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

Color convert

RGB 72 78 84 -
CMYK 0.14 0.07 0 0.67
HSL 210º 0.08% 0.31% -
HSV(B) 210º 0.14% 0.33% -
XYZ 7 7.47 9.46 -
YUV 76.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 72 78 84 0.14 0.07 0 0.67 210 0.08 0.31
Hex 48 4E 54 E 7 0 43 D2 8 1F
Octal 110 116 124 16 7 0 103 322 10 37
Binary 1001000 1001110 1010100 1110 111 0 1000011 11010010 1000 11111

Color Harmonies of #484E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E54

Black with #484E54

Text Example


Text Example

White with #484E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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