#426061

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

Shades of Tax Break #426061

Tints of Tax Break #426061

Color information

#426061 (or 0x426061) is unknown color: approx Tax Break. HEX triplet: 42, 60 and 61. RGB value is (66,96,97). Sum of RGB (Red+Green+Blue) = 66+96+97=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #426061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426061 is #BD9F9E. Grayscale: #575757. Windows color (decimal): -12427167 or 6381634. OLE color: 6381634.

HSL color Cylindrical-coordinate representation of color #426061: hue angle of 181.94º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426061 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB669697-
CMYK0.320.0100.62
HSL181.94º19.02%31.96%-
HSV(B)181.94º31.96%38.04%-
XYZ8.5910.3912.86-
YUV87.14133.56112.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=25.48%
G=37.07%
B=37.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696970.320.0100.62181.9419.0231.96
Hex42606120103Eb61320
Octal1021401414010762662340
Binary100001011000001100001100000101111101011011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426061; }

 p { color: rgb(66,96,97); }

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

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

 a { background-color: rgb(66,96,97); }

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

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

 span { border-color: rgb(66,96,97); }

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