Html Css Color HEX #477A6B Viridian

📋 copy color: '#477A6B'

red 71 ◦ green 122 ◦ blue 107

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

Shades of Viridian #477A6B

Tints of Viridian #477A6B

RGB

 RED value IS 71 (28.13% from 255) = 23.67%

 GREEN value IS 122 (48.05% from 255) = 40.67%

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 23.67%
G = 40.67%
B = 35.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#477A6B (or 0x477A6B) is known color: Viridian. HEX triplet: 47, 7A and 6B. RGB value is (71,122,107). Sum of RGB (Red+Green+Blue) = 71+122+107=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #477A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A6B is #B88594. Grayscale: #696969. Windows color (decimal): -12092821 or 7043655. OLE color: 7043655.

HSL color Cylindrical-coordinate representation of color #477A6B: hue angle of 162.35º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A6B is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 107 -
CMYK 0.42 0 0.12 0.52
HSL 162.35º 0.26% 0.38% -
HSV(B) 162.35º 0.42% 0.48% -
XYZ 12.21 16.32 16.42 -
YUV 105.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 71 122 107 0.42 0 0.12 0.52 162.35 0.26 0.38
Hex 47 7A 6B 2A 0 C 34 A2 1A 26
Octal 107 172 153 52 0 14 64 242 32 46
Binary 1000111 1111010 1101011 101010 0 1100 110100 10100010 11010 100110

Color Harmonies of #477A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A6B

Black with #477A6B

Text Example


Text Example

White with #477A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477A6B; }

 p { color: rgb(71,122,107); }

 H1.HeaderClassName
 {
   color: #477A6B;
 }
 .AnyTagClassName
 {
   color: #477A6B;
 }
</style>

background-color css

<style>
 a { background-color: #477A6B; }

 a { background-color: rgb(71,122,107); }

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

border-color css

<style>
 span { border-color: #477A6B; }

 span { border-color: rgb(71,122,107); }

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