#426871

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

Shades of Tax Break #426871

Tints of Tax Break #426871

Color information

#426871 (or 0x426871) is unknown color: approx Tax Break. HEX triplet: 42, 68 and 71. RGB value is (66,104,113). Sum of RGB (Red+Green+Blue) = 66+104+113=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #426871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426871 is #BD978E. Grayscale: #5D5D5D. Windows color (decimal): -12425103 or 7432258. OLE color: 7432258.

HSL color Cylindrical-coordinate representation of color #426871: hue angle of 191.49º 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 #426871 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66104113-
CMYK0.420.0800.56
HSL191.49º26.26%35.1%-
HSV(B)191.49º41.59%44.31%-
XYZ10.1812.2517.45-
YUV93.66138.91108.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=23.32%
G=36.75%
B=39.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661041130.420.0800.56191.4926.2635.1
Hex4268712A8038bf1a23
Octal10215016152100702773243
Binary100001011010001110001101010100001110001011111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426871; }

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

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

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

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

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

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

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

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