#486b6e

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

Shades of Tax Break #486B6E

Tints of Tax Break #486B6E

Color information

#486B6E (or 0x486B6E) is unknown color: approx Tax Break. HEX triplet: 48, 6B and 6E. RGB value is (72,107,110). Sum of RGB (Red+Green+Blue) = 72+107+110=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #486B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B6E is #B79491. Grayscale: #606060. Windows color (decimal): -12031122 or 7236424. OLE color: 7236424.

HSL color Cylindrical-coordinate representation of color #486B6E: hue angle of 184.74º 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 #486B6E is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB72107110-
CMYK0.350.0300.57
HSL184.74º20.88%35.69%-
HSV(B)184.74º34.55%43.14%-
XYZ10.7413.0216.7-
YUV96.88135.4110.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=24.91%
G=37.02%
B=38.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721071100.350.0300.57184.7420.8835.69
Hex486B6E233039b91524
Octal1101531564330712712544
Binary1001000110101111011101000111101110011011100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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