#4B815A

Color #4B815A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4B815A

Tints of Como #4B815A

Color information

#4B815A (or 0x4B815A) is unknown color: approx Como. HEX triplet: 4B, 81 and 5A. RGB value is (75,129,90). Sum of RGB (Red+Green+Blue) = 75+129+90=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #4B815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B815A is #B47EA5. Grayscale: #6C6C6C. Windows color (decimal): -11828902 or 5931339. OLE color: 5931339.

HSL color Cylindrical-coordinate representation of color #4B815A: hue angle of 136.67º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B815A is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB7512990-
CMYK0.4200.300.49
HSL136.67º26.47%40%-
HSV(B)136.67º41.86%50.59%-
XYZ12.617.9312.47-
YUV108.41117.61104.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=25.51%
G=43.88%
B=30.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75129900.4200.300.49136.6726.4740
Hex4B815A2A01E31891a28
Octal11320113252036612113250
Binary10010111000000110110101010100111101100011000100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,129,90); }

 H1.HeaderClassName
 {
   color: #4B815A;
 }
 .AnyTagClassName
 {
   color: #4B815A;
 }
</style>
background-color css

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

 a { background-color: rgb(75,129,90); }

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

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

 span { border-color: rgb(75,129,90); }

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