Html Css Color HEX #4B715B Como

📋 copy color: '#4B715B'

red 75 ◦ green 113 ◦ blue 91

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

Shades of Como #4B715B

Tints of Como #4B715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 26.88%
G = 40.5%
B = 32.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#4B715B (or 0x4B715B) is known color: Como. HEX triplet: 4B, 71 and 5B. RGB value is (75,113,91). Sum of RGB (Red+Green+Blue) = 75+113+91=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #4B715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B715B is #B48EA4. Grayscale: #636363. Windows color (decimal): -11832997 or 5992779. OLE color: 5992779.

HSL color Cylindrical-coordinate representation of color #4B715B: hue angle of 145.26º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B715B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 91 -
CMYK 0.34 0 0.19 0.56
HSL 145.26º 0.2% 0.37% -
HSV(B) 145.26º 0.34% 0.44% -
XYZ 10.7 14.06 12.05 -
YUV 99.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 75 113 91 0.34 0 0.19 0.56 145.26 0.2 0.37
Hex 4B 71 5B 22 0 13 38 91 14 25
Octal 113 161 133 42 0 23 70 221 24 45
Binary 1001011 1110001 1011011 100010 0 10011 111000 10010001 10100 100101

Color Harmonies of #4B715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B715B

Black with #4B715B

Text Example


Text Example

White with #4B715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,91); }

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

background-color css

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

 a { background-color: rgb(75,113,91); }

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

border-color css

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

 span { border-color: rgb(75,113,91); }

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