#42676D

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

Shades of Tax Break #42676D

Tints of Tax Break #42676D

Color information

#42676D (or 0x42676D) is unknown color: approx Tax Break. HEX triplet: 42, 67 and 6D. RGB value is (66,103,109). Sum of RGB (Red+Green+Blue) = 66+103+109=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #42676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42676D is #BD9892. Grayscale: #5C5C5C. Windows color (decimal): -12425363 or 7169858. OLE color: 7169858.

HSL color Cylindrical-coordinate representation of color #42676D: hue angle of 188.37º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42676D is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB66103109-
CMYK0.390.0600.57
HSL188.37º24.57%34.31%-
HSV(B)188.37º39.45%42.75%-
XYZ9.8611.9616.26-
YUV92.62137.24109.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=23.74%
G=37.05%
B=39.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal661031090.390.0600.57188.3724.5734.31
Hex42676D276039bc1922
Octal1021471554760712743142
Binary10000101100111110110110011111001110011011110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42676D; }

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

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

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

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

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

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

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

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