Html Css Color HEX #4B5346 Cabbage Pont

📋 copy color: '#4B5346'

red 75 ◦ green 83 ◦ blue 70

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

Shades of Cabbage Pont #4B5346

Tints of Cabbage Pont #4B5346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

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

R = 32.89%
G = 36.4%
B = 30.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#4B5346 (or 0x4B5346) is known color: Cabbage Pont. HEX triplet: 4B, 53 and 46. RGB value is (75,83,70). Sum of RGB (Red+Green+Blue) = 75+83+70=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5346 is #B4ACB9. Grayscale: #4F4F4F. Windows color (decimal): -11840698 or 4608843. OLE color: 4608843.

HSL color Cylindrical-coordinate representation of color #4B5346: hue angle of 96.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5346 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 70 -
CMYK 0.10 0 0.16 0.67
HSL 96.92º 0.08% 0.3% -
HSV(B) 96.92º 0.16% 0.33% -
XYZ 7.1 8.12 6.99 -
YUV 79.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 75 83 70 0.10 0 0.16 0.67 96.92 0.08 0.3
Hex 4B 53 46 A 0 10 43 61 8 1E
Octal 113 123 106 12 0 20 103 141 10 36
Binary 1001011 1010011 1000110 1010 0 10000 1000011 1100001 1000 11110

Color Harmonies of #4B5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5346

Black with #4B5346

Text Example


Text Example

White with #4B5346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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