Html Css Color HEX #4A7661 Como

📋 copy color: '#4A7661'

red 74 ◦ green 118 ◦ blue 97

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

Shades of Como #4A7661

Tints of Como #4A7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 25.61%
G = 40.83%
B = 33.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#4A7661 (or 0x4A7661) is known color: Como. HEX triplet: 4A, 76 and 61. RGB value is (74,118,97). Sum of RGB (Red+Green+Blue) = 74+118+97=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7661 is #B5899E. Grayscale: #666666. Windows color (decimal): -11897247 or 6387274. OLE color: 6387274.

HSL color Cylindrical-coordinate representation of color #4A7661: hue angle of 151.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7661 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 118 97 -
CMYK 0.37 0 0.18 0.54
HSL 151.36º 0.23% 0.38% -
HSV(B) 151.36º 0.37% 0.46% -
XYZ 11.46 15.28 13.65 -
YUV 102.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 74 118 97 0.37 0 0.18 0.54 151.36 0.23 0.38
Hex 4A 76 61 25 0 12 36 97 17 26
Octal 112 166 141 45 0 22 66 227 27 46
Binary 1001010 1110110 1100001 100101 0 10010 110110 10010111 10111 100110

Color Harmonies of #4A7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7661

Black with #4A7661

Text Example


Text Example

White with #4A7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,118,97); }

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

background-color css

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

 a { background-color: rgb(74,118,97); }

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

border-color css

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

 span { border-color: rgb(74,118,97); }

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