Html Css Color HEX #4B5347 Cabbage Pont

📋 copy color: '#4B5347'

red 75 ◦ green 83 ◦ blue 71

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

Shades of Cabbage Pont #4B5347

Tints of Cabbage Pont #4B5347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31%

R = 32.75%
G = 36.24%
B = 31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#4B5347 (or 0x4B5347) is known color: Cabbage Pont. HEX triplet: 4B, 53 and 47. RGB value is (75,83,71). Sum of RGB (Red+Green+Blue) = 75+83+71=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5347 is #B4ACB8. Grayscale: #4F4F4F. Windows color (decimal): -11840697 or 4674379. OLE color: 4674379.

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

Color convert

RGB 75 83 71 -
CMYK 0.10 0 0.14 0.67
HSL 100º 0.08% 0.3% -
HSV(B) 100º 0.14% 0.33% -
XYZ 7.13 8.14 7.16 -
YUV 79.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 75 83 71 0.10 0 0.14 0.67 100 0.08 0.3
Hex 4B 53 47 A 0 E 43 64 8 1E
Octal 113 123 107 12 0 16 103 144 10 36
Binary 1001011 1010011 1000111 1010 0 1110 1000011 1100100 1000 11110

Color Harmonies of #4B5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5347

Black with #4B5347

Text Example


Text Example

White with #4B5347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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