#486D6C

Color #486D6C William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #486D6C

Tints of William #486D6C

Color information

#486D6C (or 0x486D6C) is unknown color: approx William. HEX triplet: 48, 6D and 6C. RGB value is (72,109,108). Sum of RGB (Red+Green+Blue) = 72+109+108=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #486D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D6C is #B79293. Grayscale: #616161. Windows color (decimal): -12030612 or 7105864. OLE color: 7105864.

HSL color Cylindrical-coordinate representation of color #486D6C: hue angle of 178.38º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D6C is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB72109108-
CMYK0.3400.010.57
HSL178.38º20.44%35.49%-
HSV(B)178.38º33.94%42.75%-
XYZ10.8513.416.2-
YUV97.82133.74109.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=24.91%
G=37.72%
B=37.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721091080.3400.010.57178.3820.4435.49
Hex486D6C220139b21423
Octal1101551544201712622443
Binary100100011011011101100100010011110011011001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486D6C; }

 p { color: rgb(72,109,108); }

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

<style>
 a { background-color: #486D6C; }

 a { background-color: rgb(72,109,108); }

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

<style>
 span { border-color: #486D6C; }

 span { border-color: rgb(72,109,108); }

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