#426B6C

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

Shades of Tax Break #426B6C

Tints of Tax Break #426B6C

Color information

#426B6C (or 0x426B6C) is unknown color: approx Tax Break. HEX triplet: 42, 6B and 6C. RGB value is (66,107,108). Sum of RGB (Red+Green+Blue) = 66+107+108=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #426B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B6C is #BD9493. Grayscale: #5E5E5E. Windows color (decimal): -12424340 or 7105346. OLE color: 7105346.

HSL color Cylindrical-coordinate representation of color #426B6C: hue angle of 181.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426B6C is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB66107108-
CMYK0.390.0100.58
HSL181.43º24.14%34.12%-
HSV(B)181.43º38.89%42.35%-
XYZ10.2112.7616.11-
YUV94.85135.42107.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=23.49%
G=38.08%
B=38.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal661071080.390.0100.58181.4324.1434.12
Hex426B6C27103Ab51822
Octal1021531544710722653042
Binary100001011010111101100100111101110101011010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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