#426367

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

Shades of Tax Break #426367

Tints of Tax Break #426367

Color information

#426367 (or 0x426367) is unknown color: approx Tax Break. HEX triplet: 42, 63 and 67. RGB value is (66,99,103). Sum of RGB (Red+Green+Blue) = 66+99+103=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #426367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426367 is #BD9C98. Grayscale: #595959. Windows color (decimal): -12426393 or 6775618. OLE color: 6775618.

HSL color Cylindrical-coordinate representation of color #426367: hue angle of 186.49º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426367 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6699103-
CMYK0.360.0400.60
HSL186.49º21.89%33.14%-
HSV(B)186.49º35.92%40.39%-
XYZ9.1611.0614.48-
YUV89.59135.57111.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=24.63%
G=36.94%
B=38.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66991030.360.0400.60186.4921.8933.14
Hex42636724403Cba1621
Octal1021431474440742722641
Binary10000101100011110011110010010001111001011101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426367; }

 p { color: rgb(66,99,103); }

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

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

 a { background-color: rgb(66,99,103); }

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

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

 span { border-color: rgb(66,99,103); }

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