#426B6D

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

Shades of Tax Break #426B6D

Tints of Tax Break #426B6D

Color information

#426B6D (or 0x426B6D) is unknown color: approx Tax Break. HEX triplet: 42, 6B and 6D. RGB value is (66,107,109). Sum of RGB (Red+Green+Blue) = 66+107+109=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #426B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B6D is #BD9492. Grayscale: #5E5E5E. Windows color (decimal): -12424339 or 7170882. OLE color: 7170882.

HSL color Cylindrical-coordinate representation of color #426B6D: hue angle of 182.79º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426B6D is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB66107109-
CMYK0.390.0200.57
HSL182.79º24.57%34.31%-
HSV(B)182.79º39.45%42.75%-
XYZ10.2612.7816.39-
YUV94.97135.92107.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=23.40%
G=37.94%
B=38.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal661071090.390.0200.57182.7924.5734.31
Hex426B6D272039b71922
Octal1021531554720712673142
Binary1000010110101111011011001111001110011011011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426B6D; }

 p { color: rgb(66,107,109); }

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

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

 a { background-color: rgb(66,107,109); }

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

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

 span { border-color: rgb(66,107,109); }

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