Html Css Color HEX #4C7461 Como

📋 copy color: '#4C7461'

red 76 ◦ green 116 ◦ blue 97

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

Shades of Como #4C7461

Tints of Como #4C7461

RGB

 RED value IS 76 (30.08% from 255) = 26.3%

 GREEN value IS 116 (45.7% from 255) = 40.14%

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

R = 26.3%
G = 40.14%
B = 33.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#4C7461 (or 0x4C7461) is known color: Como. HEX triplet: 4C, 74 and 61. RGB value is (76,116,97). Sum of RGB (Red+Green+Blue) = 76+116+97=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7461 is #B38B9E. Grayscale: #656565. Windows color (decimal): -11766687 or 6386764. OLE color: 6386764.

HSL color Cylindrical-coordinate representation of color #4C7461: hue angle of 151.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C7461 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 116 97 -
CMYK 0.34 0 0.16 0.55
HSL 151.5º 0.21% 0.38% -
HSV(B) 151.5º 0.34% 0.45% -
XYZ 11.38 14.89 13.58 -
YUV 101.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 76 116 97 0.34 0 0.16 0.55 151.5 0.21 0.38
Hex 4C 74 61 22 0 10 37 98 15 26
Octal 114 164 141 42 0 20 67 230 25 46
Binary 1001100 1110100 1100001 100010 0 10000 110111 10011000 10101 100110

Color Harmonies of #4C7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7461

Black with #4C7461

Text Example


Text Example

White with #4C7461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,97); }

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

background-color css

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

 a { background-color: rgb(76,116,97); }

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

border-color css

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

 span { border-color: rgb(76,116,97); }

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