#486E6D

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

Shades of William #486E6D

Tints of William #486E6D

Color information

#486E6D (or 0x486E6D) is unknown color: approx William. HEX triplet: 48, 6E and 6D. RGB value is (72,110,109). Sum of RGB (Red+Green+Blue) = 72+110+109=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 110 - color contains mainly: green. Hex color #486E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E6D is #B79192. Grayscale: #626262. Windows color (decimal): -12030355 or 7171656. OLE color: 7171656.

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

Color convert

RGB72110109-
CMYK0.3500.010.57
HSL178.42º20.88%35.69%-
HSV(B)178.42º34.55%43.14%-
XYZ11.0113.6316.52-
YUV98.52133.91109.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=24.74%
G=37.80%
B=37.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721101090.3500.010.57178.4220.8835.69
Hex486E6D230139b21524
Octal1101561554301712622544
Binary100100011011101101101100011011110011011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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