Html Css Color HEX #4B5146 Cabbage Pont

📋 copy color: '#4B5146'

red 75 ◦ green 81 ◦ blue 70

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

Shades of Cabbage Pont #4B5146

Tints of Cabbage Pont #4B5146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 33.19%
G = 35.84%
B = 30.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#4B5146 (or 0x4B5146) is known color: Cabbage Pont. HEX triplet: 4B, 51 and 46. RGB value is (75,81,70). Sum of RGB (Red+Green+Blue) = 75+81+70=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5146 is #B4AEB9. Grayscale: #4D4D4D. Windows color (decimal): -11841210 or 4608331. OLE color: 4608331.

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

Color convert

RGB 75 81 70 -
CMYK 0.07 0 0.14 0.68
HSL 92.73º 0.07% 0.3% -
HSV(B) 92.73º 0.14% 0.32% -
XYZ 6.95 7.82 6.94 -
YUV 77.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 75 81 70 0.07 0 0.14 0.68 92.73 0.07 0.3
Hex 4B 51 46 7 0 E 44 5D 7 1E
Octal 113 121 106 7 0 16 104 135 7 36
Binary 1001011 1010001 1000110 111 0 1110 1000100 1011101 111 11110

Color Harmonies of #4B5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5146

Black with #4B5146

Text Example


Text Example

White with #4B5146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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