#4B846C

Color #4B846C Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #4B846C

Tints of Viridian #4B846C

Color information

#4B846C (or 0x4B846C) is unknown color: approx Viridian. HEX triplet: 4B, 84 and 6C. RGB value is (75,132,108). Sum of RGB (Red+Green+Blue) = 75+132+108=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #4B846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B846C is #B47B93. Grayscale: #707070. Windows color (decimal): -11828116 or 7111755. OLE color: 7111755.

HSL color Cylindrical-coordinate representation of color #4B846C: hue angle of 154.74º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B846C is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB75132108-
CMYK0.4300.180.48
HSL154.74º27.54%40.59%-
HSV(B)154.74º43.18%51.76%-
XYZ13.8619.0817.14-
YUV112.22125.62101.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=23.81%
G=41.90%
B=34.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751321080.4300.180.48154.7427.5440.59
Hex4B846C2B012309b1c29
Octal11320415453022602333451
Binary10010111000010011011001010110100101100001001101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,108); }

 H1.HeaderClassName
 {
   color: #4B846C;
 }
 .AnyTagClassName
 {
   color: #4B846C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,132,108); }

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

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

 span { border-color: rgb(75,132,108); }

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