Html Css Color HEX #484F57 Tuna

📋 copy color: '#484F57'

red 72 ◦ green 79 ◦ blue 87

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

Shades of Tuna #484F57

Tints of Tuna #484F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 30.25%
G = 33.19%
B = 36.55%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#484F57 (or 0x484F57) is known color: Tuna. HEX triplet: 48, 4F and 57. RGB value is (72,79,87). Sum of RGB (Red+Green+Blue) = 72+79+87=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #484F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F57 is #B7B0A8. Grayscale: #4D4D4D. Windows color (decimal): -12038313 or 5721928. OLE color: 5721928.

HSL color Cylindrical-coordinate representation of color #484F57: hue angle of 212º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #484F57 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 79 87 -
CMYK 0.17 0.09 0 0.66
HSL 212º 0.09% 0.31% -
HSV(B) 212º 0.17% 0.34% -
XYZ 7.19 7.66 10.12 -
YUV 77.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 72 79 87 0.17 0.09 0 0.66 212 0.09 0.31
Hex 48 4F 57 11 9 0 42 D4 9 1F
Octal 110 117 127 21 11 0 102 324 11 37
Binary 1001000 1001111 1010111 10001 1001 0 1000010 11010100 1001 11111

Color Harmonies of #484F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F57

Black with #484F57

Text Example


Text Example

White with #484F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,79,87); }

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

background-color css

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

 a { background-color: rgb(72,79,87); }

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

border-color css

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

 span { border-color: rgb(72,79,87); }

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