Html Css Color HEX #4B5158 Tuna

📋 copy color: '#4B5158'

red 75 ◦ green 81 ◦ blue 88

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

Shades of Tuna #4B5158

Tints of Tuna #4B5158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

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

R = 30.74%
G = 33.2%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B5158 (or 0x4B5158) is known color: Tuna. HEX triplet: 4B, 51 and 58. RGB value is (75,81,88). Sum of RGB (Red+Green+Blue) = 75+81+88=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B5158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5158 is #B4AEA7. Grayscale: #4F4F4F. Windows color (decimal): -11841192 or 5787979. OLE color: 5787979.

HSL color Cylindrical-coordinate representation of color #4B5158: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B5158 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 81 88 -
CMYK 0.15 0.08 0 0.65
HSL 212.31º 0.08% 0.32% -
HSV(B) 212.31º 0.15% 0.35% -
XYZ 7.61 8.09 10.39 -
YUV 80 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 75 81 88 0.15 0.08 0 0.65 212.31 0.08 0.32
Hex 4B 51 58 F 8 0 41 D4 8 20
Octal 113 121 130 17 10 0 101 324 10 40
Binary 1001011 1010001 1011000 1111 1000 0 1000001 11010100 1000 100000

Color Harmonies of #4B5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5158

Black with #4B5158

Text Example


Text Example

White with #4B5158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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