Html Css Color HEX #484C58 Tuna

📋 copy color: '#484C58'

red 72 ◦ green 76 ◦ blue 88

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

Shades of Tuna #484C58

Tints of Tuna #484C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 30.51%
G = 32.2%
B = 37.29%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484C58 (or 0x484C58) is known color: Tuna. HEX triplet: 48, 4C and 58. RGB value is (72,76,88). Sum of RGB (Red+Green+Blue) = 72+76+88=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #484C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C58 is #B7B3A7. Grayscale: #4C4C4C. Windows color (decimal): -12039080 or 5786696. OLE color: 5786696.

HSL color Cylindrical-coordinate representation of color #484C58: hue angle of 225º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484C58 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 76 88 -
CMYK 0.18 0.14 0 0.65
HSL 225º 0.1% 0.31% -
HSV(B) 225º 0.18% 0.35% -
XYZ 7.02 7.25 10.26 -
YUV 76.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 72 76 88 0.18 0.14 0 0.65 225 0.1 0.31
Hex 48 4C 58 12 E 0 41 E1 A 1F
Octal 110 114 130 22 16 0 101 341 12 37
Binary 1001000 1001100 1011000 10010 1110 0 1000001 11100001 1010 11111

Color Harmonies of #484C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C58

Black with #484C58

Text Example


Text Example

White with #484C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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