#426669

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

Shades of Tax Break #426669

Tints of Tax Break #426669

Color information

#426669 (or 0x426669) is unknown color: approx Tax Break. HEX triplet: 42, 66 and 69. RGB value is (66,102,105). Sum of RGB (Red+Green+Blue) = 66+102+105=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #426669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426669 is #BD9996. Grayscale: #5B5B5B. Windows color (decimal): -12425623 or 6907458. OLE color: 6907458.

HSL color Cylindrical-coordinate representation of color #426669: hue angle of 184.62º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426669 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB66102105-
CMYK0.370.0300.59
HSL184.62º22.81%33.53%-
HSV(B)184.62º37.14%41.18%-
XYZ9.5511.6815.12-
YUV91.58135.57109.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=24.18%
G=37.36%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal661021050.370.0300.59184.6222.8133.53
Hex42666925303Bb91722
Octal1021461514530732712742
Binary1000010110011011010011001011101110111011100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426669; }

 p { color: rgb(66,102,105); }

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

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

 a { background-color: rgb(66,102,105); }

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

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

 span { border-color: rgb(66,102,105); }

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