#426B72

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

Shades of Tax Break #426B72

Tints of Tax Break #426B72

Color information

#426B72 (or 0x426B72) is unknown color: approx Tax Break. HEX triplet: 42, 6B and 72. RGB value is (66,107,114). Sum of RGB (Red+Green+Blue) = 66+107+114=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #426B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B72 is #BD948D. Grayscale: #5F5F5F. Windows color (decimal): -12424334 or 7498562. OLE color: 7498562.

HSL color Cylindrical-coordinate representation of color #426B72: hue angle of 188.75º 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 #426B72 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66107114-
CMYK0.420.0600.55
HSL188.75º26.67%35.29%-
HSV(B)188.75º42.11%44.71%-
XYZ10.5412.8917.85-
YUV95.54138.42106.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=23.00%
G=37.28%
B=39.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661071140.420.0600.55188.7526.6735.29
Hex426B722A6037bd1b23
Octal1021531625260672753343
Binary10000101101011111001010101011001101111011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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