#426469

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

Shades of Tax Break #426469

Tints of Tax Break #426469

Color information

#426469 (or 0x426469) is unknown color: approx Tax Break. HEX triplet: 42, 64 and 69. RGB value is (66,100,105). Sum of RGB (Red+Green+Blue) = 66+100+105=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #426469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426469 is #BD9B96. Grayscale: #5A5A5A. Windows color (decimal): -12426135 or 6906946. OLE color: 6906946.

HSL color Cylindrical-coordinate representation of color #426469: hue angle of 187.69º 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 #426469 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB66100105-
CMYK0.370.0500.59
HSL187.69º22.81%33.53%-
HSV(B)187.69º37.14%41.18%-
XYZ9.3511.2915.05-
YUV90.4136.24110.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=24.35%
G=36.90%
B=38.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal661001050.370.0500.59187.6922.8133.53
Hex42646925503Bbc1722
Octal1021441514550732742742
Binary10000101100100110100110010110101110111011110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426469; }

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

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

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

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

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

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

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

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