Html Css Color HEX #484E57 Tuna

📋 copy color: '#484E57'

red 72 ◦ green 78 ◦ blue 87

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

Shades of Tuna #484E57

Tints of Tuna #484E57

RGB

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

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

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

R = 30.38%
G = 32.91%
B = 36.71%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#484E57 (or 0x484E57) is known color: Tuna. HEX triplet: 48, 4E and 57. RGB value is (72,78,87). Sum of RGB (Red+Green+Blue) = 72+78+87=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #484E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E57 is #B7B1A8. Grayscale: #4D4D4D. Windows color (decimal): -12038569 or 5721672. OLE color: 5721672.

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

Color convert

RGB 72 78 87 -
CMYK 0.17 0.10 0 0.66
HSL 216º 0.09% 0.31% -
HSV(B) 216º 0.17% 0.34% -
XYZ 7.12 7.51 10.09 -
YUV 77.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 72 78 87 0.17 0.10 0 0.66 216 0.09 0.31
Hex 48 4E 57 11 A 0 42 D8 9 1F
Octal 110 116 127 21 12 0 102 330 11 37
Binary 1001000 1001110 1010111 10001 1010 0 1000010 11011000 1001 11111

Color Harmonies of #484E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E57

Black with #484E57

Text Example


Text Example

White with #484E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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