Html Css Color HEX #4B5056 Tuna

📋 copy color: '#4B5056'

red 75 ◦ green 80 ◦ blue 86

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

Shades of Tuna #4B5056

Tints of Tuna #4B5056

RGB

 RED value IS 75 (29.69% from 255) = 31.12%

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 31.12%
G = 33.2%
B = 35.68%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4B5056 (or 0x4B5056) is known color: Tuna. HEX triplet: 4B, 50 and 56. RGB value is (75,80,86). Sum of RGB (Red+Green+Blue) = 75+80+86=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B5056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5056 is #B4AFA9. Grayscale: #4F4F4F. Windows color (decimal): -11841450 or 5656651. OLE color: 5656651.

HSL color Cylindrical-coordinate representation of color #4B5056: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B5056 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 80 86 -
CMYK 0.13 0.07 0 0.66
HSL 212.73º 0.07% 0.32% -
HSV(B) 212.73º 0.13% 0.34% -
XYZ 7.45 7.91 9.94 -
YUV 79.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 75 80 86 0.13 0.07 0 0.66 212.73 0.07 0.32
Hex 4B 50 56 D 7 0 42 D5 7 20
Octal 113 120 126 15 7 0 102 325 7 40
Binary 1001011 1010000 1010110 1101 111 0 1000010 11010101 111 100000

Color Harmonies of #4B5056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5056

Black with #4B5056

Text Example


Text Example

White with #4B5056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5056; }

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

 H1.HeaderClassName
 {
   color: #4B5056;
 }
 .AnyTagClassName
 {
   color: #4B5056;
 }
</style>

background-color css

<style>
 a { background-color: #4B5056; }

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

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

border-color css

<style>
 span { border-color: #4B5056; }

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

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