Html Css Color HEX #484B50 Tuna

📋 copy color: '#484B50'

red 72 ◦ green 75 ◦ blue 80

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

Shades of Tuna #484B50

Tints of Tuna #484B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 31.72%
G = 33.04%
B = 35.24%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484B50 (or 0x484B50) is known color: Tuna. HEX triplet: 48, 4B and 50. RGB value is (72,75,80). Sum of RGB (Red+Green+Blue) = 72+75+80=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #484B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B50 is #B7B4AF. Grayscale: #4A4A4A. Windows color (decimal): -12039344 or 5262152. OLE color: 5262152.

HSL color Cylindrical-coordinate representation of color #484B50: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484B50 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 75 80 -
CMYK 0.10 0.06 0 0.69
HSL 217.5º 0.05% 0.3% -
HSV(B) 217.5º 0.1% 0.31% -
XYZ 6.64 6.99 8.59 -
YUV 74.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 72 75 80 0.10 0.06 0 0.69 217.5 0.05 0.3
Hex 48 4B 50 A 6 0 45 DA 5 1E
Octal 110 113 120 12 6 0 105 332 5 36
Binary 1001000 1001011 1010000 1010 110 0 1000101 11011010 101 11110

Color Harmonies of #484B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B50

Black with #484B50

Text Example


Text Example

White with #484B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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