#426A72

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

Shades of Tax Break #426A72

Tints of Tax Break #426A72

Color information

#426A72 (or 0x426A72) is unknown color: approx Tax Break. HEX triplet: 42, 6A and 72. RGB value is (66,106,114). Sum of RGB (Red+Green+Blue) = 66+106+114=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #426A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A72 is #BD958D. Grayscale: #5E5E5E. Windows color (decimal): -12424590 or 7498306. OLE color: 7498306.

HSL color Cylindrical-coordinate representation of color #426A72: hue angle of 190º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426A72 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66106114-
CMYK0.420.0700.55
HSL190º26.67%35.29%-
HSV(B)190º42.11%44.71%-
XYZ10.4412.6817.82-
YUV94.95138.75107.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=23.08%
G=37.06%
B=39.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661061140.420.0700.5519026.6735.29
Hex426A722A7037be1b23
Octal1021521625270672763343
Binary10000101101010111001010101011101101111011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,114); }

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

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

 a { background-color: rgb(66,106,114); }

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

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

 span { border-color: rgb(66,106,114); }

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