Html Css Color HEX #4B4C51 Tuna

📋 copy color: '#4B4C51'

red 75 ◦ green 76 ◦ blue 81

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

Shades of Tuna #4B4C51

Tints of Tuna #4B4C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 32.33%
G = 32.76%
B = 34.91%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4B4C51 (or 0x4B4C51) is known color: Tuna. HEX triplet: 4B, 4C and 51. RGB value is (75,76,81). Sum of RGB (Red+Green+Blue) = 75+76+81=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B4C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4C51 is #B4B3AE. Grayscale: #4C4C4C. Windows color (decimal): -11842479 or 5327947. OLE color: 5327947.

HSL color Cylindrical-coordinate representation of color #4B4C51: hue angle of 230º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4B4C51 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 76 81 -
CMYK 0.07 0.06 0 0.68
HSL 230º 0.04% 0.31% -
HSV(B) 230º 0.07% 0.32% -
XYZ 6.97 7.26 8.82 -
YUV 76.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 75 76 81 0.07 0.06 0 0.68 230 0.04 0.31
Hex 4B 4C 51 7 6 0 44 E6 4 1F
Octal 113 114 121 7 6 0 104 346 4 37
Binary 1001011 1001100 1010001 111 110 0 1000100 11100110 100 11111

Color Harmonies of #4B4C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4C51

Black with #4B4C51

Text Example


Text Example

White with #4B4C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,76,81); }

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

background-color css

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

 a { background-color: rgb(75,76,81); }

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

border-color css

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

 span { border-color: rgb(75,76,81); }

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