Html Css Color HEX #4B7157 Como

📋 copy color: '#4B7157'

red 75 ◦ green 113 ◦ blue 87

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

Shades of Como #4B7157

Tints of Como #4B7157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 27.27%
G = 41.09%
B = 31.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#4B7157 (or 0x4B7157) is known color: Como. HEX triplet: 4B, 71 and 57. RGB value is (75,113,87). Sum of RGB (Red+Green+Blue) = 75+113+87=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7157 is #B48EA8. Grayscale: #626262. Windows color (decimal): -11833001 or 5730635. OLE color: 5730635.

HSL color Cylindrical-coordinate representation of color #4B7157: hue angle of 138.95º 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 #4B7157 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 87 -
CMYK 0.34 0 0.23 0.56
HSL 138.95º 0.2% 0.37% -
HSV(B) 138.95º 0.34% 0.44% -
XYZ 10.53 13.99 11.16 -
YUV 98.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 75 113 87 0.34 0 0.23 0.56 138.95 0.2 0.37
Hex 4B 71 57 22 0 17 38 8B 14 25
Octal 113 161 127 42 0 27 70 213 24 45
Binary 1001011 1110001 1010111 100010 0 10111 111000 10001011 10100 100101

Color Harmonies of #4B7157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7157

Black with #4B7157

Text Example


Text Example

White with #4B7157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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