Html Css Color HEX #4A7866 Viridian

📋 copy color: '#4A7866'

red 74 ◦ green 120 ◦ blue 102

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

Shades of Viridian #4A7866

Tints of Viridian #4A7866

RGB

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

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

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

R = 25%
G = 40.54%
B = 34.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#4A7866 (or 0x4A7866) is known color: Viridian. HEX triplet: 4A, 78 and 66. RGB value is (74,120,102). Sum of RGB (Red+Green+Blue) = 74+120+102=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7866 is #B58799. Grayscale: #686868. Windows color (decimal): -11896730 or 6715466. OLE color: 6715466.

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

Color convert

RGB 74 120 102 -
CMYK 0.38 0 0.15 0.53
HSL 156.52º 0.24% 0.38% -
HSV(B) 156.52º 0.38% 0.47% -
XYZ 11.94 15.85 15 -
YUV 104.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 74 120 102 0.38 0 0.15 0.53 156.52 0.24 0.38
Hex 4A 78 66 26 0 F 35 9D 18 26
Octal 112 170 146 46 0 17 65 235 30 46
Binary 1001010 1111000 1100110 100110 0 1111 110101 10011101 11000 100110

Color Harmonies of #4A7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7866

Black with #4A7866

Text Example


Text Example

White with #4A7866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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