Html Css Color HEX #4B7057 Como

📋 copy color: '#4B7057'

red 75 ◦ green 112 ◦ blue 87

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

Shades of Como #4B7057

Tints of Como #4B7057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

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

R = 27.37%
G = 40.88%
B = 31.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#4B7057 (or 0x4B7057) is known color: Como. HEX triplet: 4B, 70 and 57. RGB value is (75,112,87). Sum of RGB (Red+Green+Blue) = 75+112+87=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7057 is #B48FA8. Grayscale: #626262. Windows color (decimal): -11833257 or 5730379. OLE color: 5730379.

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

Color convert

RGB 75 112 87 -
CMYK 0.33 0 0.22 0.56
HSL 139.46º 0.2% 0.37% -
HSV(B) 139.46º 0.33% 0.44% -
XYZ 10.42 13.77 11.13 -
YUV 98.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 75 112 87 0.33 0 0.22 0.56 139.46 0.2 0.37
Hex 4B 70 57 21 0 16 38 8B 14 25
Octal 113 160 127 41 0 26 70 213 24 45
Binary 1001011 1110000 1010111 100001 0 10110 111000 10001011 10100 100101

Color Harmonies of #4B7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7057

Black with #4B7057

Text Example


Text Example

White with #4B7057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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