#486C72

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

Shades of Tax Break #486C72

Tints of Tax Break #486C72

Color information

#486C72 (or 0x486C72) is unknown color: approx Tax Break. HEX triplet: 48, 6C and 72. RGB value is (72,108,114). Sum of RGB (Red+Green+Blue) = 72+108+114=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #486C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C72 is #B7938D. Grayscale: #616161. Windows color (decimal): -12030862 or 7498824. OLE color: 7498824.

HSL color Cylindrical-coordinate representation of color #486C72: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486C72 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72108114-
CMYK0.370.0500.55
HSL188.57º22.58%36.47%-
HSV(B)188.57º36.84%44.71%-
XYZ11.0713.3217.91-
YUV97.92137.07109.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=24.49%
G=36.73%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721081140.370.0500.55188.5722.5836.47
Hex486C72255037bd1724
Octal1101541624550672752744
Binary10010001101100111001010010110101101111011110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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