Html Css Color HEX #4A7766 Viridian

📋 copy color: '#4A7766'

red 74 ◦ green 119 ◦ blue 102

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

Shades of Viridian #4A7766

Tints of Viridian #4A7766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.34%

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 25.08%
G = 40.34%
B = 34.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#4A7766 (or 0x4A7766) is known color: Viridian. HEX triplet: 4A, 77 and 66. RGB value is (74,119,102). Sum of RGB (Red+Green+Blue) = 74+119+102=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7766 is #B58899. Grayscale: #676767. Windows color (decimal): -11896986 or 6715210. OLE color: 6715210.

HSL color Cylindrical-coordinate representation of color #4A7766: hue angle of 157.33º degrees, saturation: 0.23, 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 #4A7766 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 102 -
CMYK 0.38 0 0.14 0.53
HSL 157.33º 0.23% 0.38% -
HSV(B) 157.33º 0.38% 0.47% -
XYZ 11.82 15.61 14.96 -
YUV 103.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 74 119 102 0.38 0 0.14 0.53 157.33 0.23 0.38
Hex 4A 77 66 26 0 E 35 9D 17 26
Octal 112 167 146 46 0 16 65 235 27 46
Binary 1001010 1110111 1100110 100110 0 1110 110101 10011101 10111 100110

Color Harmonies of #4A7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7766

Black with #4A7766

Text Example


Text Example

White with #4A7766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,102); }

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

background-color css

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

 a { background-color: rgb(74,119,102); }

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

border-color css

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

 span { border-color: rgb(74,119,102); }

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