Html Css Color HEX #4A7857 Como

📋 copy color: '#4A7857'

red 74 ◦ green 120 ◦ blue 87

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

Shades of Como #4A7857

Tints of Como #4A7857

RGB

 RED value IS 74 (29.3% from 255) = 26.33%

 GREEN value IS 120 (47.27% from 255) = 42.7%

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

R = 26.33%
G = 42.7%
B = 30.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#4A7857 (or 0x4A7857) is known color: Como. HEX triplet: 4A, 78 and 57. RGB value is (74,120,87). Sum of RGB (Red+Green+Blue) = 74+120+87=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7857 is #B587A8. Grayscale: #666666. Windows color (decimal): -11896745 or 5732426. OLE color: 5732426.

HSL color Cylindrical-coordinate representation of color #4A7857: hue angle of 136.96º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7857 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 120 87 -
CMYK 0.38 0 0.28 0.53
HSL 136.96º 0.24% 0.38% -
HSV(B) 136.96º 0.38% 0.47% -
XYZ 11.26 15.58 11.43 -
YUV 102.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 74 120 87 0.38 0 0.28 0.53 136.96 0.24 0.38
Hex 4A 78 57 26 0 1C 35 89 18 26
Octal 112 170 127 46 0 34 65 211 30 46
Binary 1001010 1111000 1010111 100110 0 11100 110101 10001001 11000 100110

Color Harmonies of #4A7857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7857

Black with #4A7857

Text Example


Text Example

White with #4A7857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,120,87); }

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

background-color css

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

 a { background-color: rgb(74,120,87); }

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

border-color css

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

 span { border-color: rgb(74,120,87); }

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