#426B71

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

Shades of Tax Break #426B71

Tints of Tax Break #426B71

Color information

#426B71 (or 0x426B71) is unknown color: approx Tax Break. HEX triplet: 42, 6B and 71. RGB value is (66,107,113). Sum of RGB (Red+Green+Blue) = 66+107+113=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #426B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B71 is #BD948E. Grayscale: #5F5F5F. Windows color (decimal): -12424335 or 7433026. OLE color: 7433026.

HSL color Cylindrical-coordinate representation of color #426B71: hue angle of 187.66º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426B71 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66107113-
CMYK0.420.0500.56
HSL187.66º26.26%35.1%-
HSV(B)187.66º41.59%44.31%-
XYZ10.4912.8717.55-
YUV95.42137.92107.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=23.08%
G=37.41%
B=39.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661071130.420.0500.56187.6626.2635.1
Hex426B712A5038bc1a23
Octal1021531615250702743243
Binary10000101101011111000110101010101110001011110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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