Html Css Color HEX #4B5247 Cabbage Pont

📋 copy color: '#4B5247'

red 75 ◦ green 82 ◦ blue 71

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

Shades of Cabbage Pont #4B5247

Tints of Cabbage Pont #4B5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.96%

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

R = 32.89%
G = 35.96%
B = 31.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#4B5247 (or 0x4B5247) is known color: Cabbage Pont. HEX triplet: 4B, 52 and 47. RGB value is (75,82,71). Sum of RGB (Red+Green+Blue) = 75+82+71=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5247 is #B4ADB8. Grayscale: #4E4E4E. Windows color (decimal): -11840953 or 4674123. OLE color: 4674123.

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

Color convert

RGB 75 82 71 -
CMYK 0.09 0 0.13 0.68
HSL 98.18º 0.07% 0.3% -
HSV(B) 98.18º 0.13% 0.32% -
XYZ 7.06 7.99 7.13 -
YUV 78.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 75 82 71 0.09 0 0.13 0.68 98.18 0.07 0.3
Hex 4B 52 47 9 0 D 44 62 7 1E
Octal 113 122 107 11 0 15 104 142 7 36
Binary 1001011 1010010 1000111 1001 0 1101 1000100 1100010 111 11110

Color Harmonies of #4B5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5247

Black with #4B5247

Text Example


Text Example

White with #4B5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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