Html Css Color HEX #46826F Viridian

📋 copy color: '#46826F'

red 70 ◦ green 130 ◦ blue 111

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

Shades of Viridian #46826F

Tints of Viridian #46826F

RGB

 RED value IS 70 (27.73% from 255) = 22.51%

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 22.51%
G = 41.8%
B = 35.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#46826F (or 0x46826F) is known color: Viridian. HEX triplet: 46, 82 and 6F. RGB value is (70,130,111). Sum of RGB (Red+Green+Blue) = 70+130+111=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #46826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46826F is #B97D90. Grayscale: #6D6D6D. Windows color (decimal): -12156305 or 7307846. OLE color: 7307846.

HSL color Cylindrical-coordinate representation of color #46826F: hue angle of 161º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46826F is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 111 -
CMYK 0.46 0 0.15 0.49
HSL 161º 0.3% 0.39% -
HSV(B) 161º 0.46% 0.51% -
XYZ 13.38 18.42 17.89 -
YUV 109.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 70 130 111 0.46 0 0.15 0.49 161 0.3 0.39
Hex 46 82 6F 2E 0 F 31 A1 1E 27
Octal 106 202 157 56 0 17 61 241 36 47
Binary 1000110 10000010 1101111 101110 0 1111 110001 10100001 11110 100111

Color Harmonies of #46826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46826F

Black with #46826F

Text Example


Text Example

White with #46826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46826F; }

 p { color: rgb(70,130,111); }

 H1.HeaderClassName
 {
   color: #46826F;
 }
 .AnyTagClassName
 {
   color: #46826F;
 }
</style>

background-color css

<style>
 a { background-color: #46826F; }

 a { background-color: rgb(70,130,111); }

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

border-color css

<style>
 span { border-color: #46826F; }

 span { border-color: rgb(70,130,111); }

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