#406368

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

Shades of Tax Break #406368

Tints of Tax Break #406368

Color information

#406368 (or 0x406368) is unknown color: approx Tax Break. HEX triplet: 40, 63 and 68. RGB value is (64,99,104). Sum of RGB (Red+Green+Blue) = 64+99+104=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #406368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406368 is #BF9C97. Grayscale: #595959. Windows color (decimal): -12557464 or 6841152. OLE color: 6841152.

HSL color Cylindrical-coordinate representation of color #406368: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406368 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6499104-
CMYK0.380.0500.59
HSL187.5º23.81%32.94%-
HSV(B)187.5º38.46%40.78%-
XYZ9.0711.0114.74-
YUV89.1136.4110.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=23.97%
G=37.08%
B=38.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64991040.380.0500.59187.523.8132.94
Hex40636826503Bbc1821
Octal1001431504650732743041
Binary10000001100011110100010011010101110111011110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406368; }

 p { color: rgb(64,99,104); }

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

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

 a { background-color: rgb(64,99,104); }

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

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

 span { border-color: rgb(64,99,104); }

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