#486B70

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

Shades of Tax Break #486B70

Tints of Tax Break #486B70

Color information

#486B70 (or 0x486B70) is unknown color: approx Tax Break. HEX triplet: 48, 6B and 70. RGB value is (72,107,112). Sum of RGB (Red+Green+Blue) = 72+107+112=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #486B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B70 is #B7948F. Grayscale: #616161. Windows color (decimal): -12031120 or 7367496. OLE color: 7367496.

HSL color Cylindrical-coordinate representation of color #486B70: hue angle of 187.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486B70 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB72107112-
CMYK0.360.0400.56
HSL187.5º21.74%36.08%-
HSV(B)187.5º35.71%43.92%-
XYZ10.8513.0617.28-
YUV97.1136.4110.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=24.74%
G=36.77%
B=38.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721071120.360.0400.56187.521.7436.08
Hex486B70244038bc1624
Octal1101531604440702742644
Binary10010001101011111000010010010001110001011110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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