Html Css Color HEX #406368 Tax Break

📋 copy color: '#406368'

red 64 ◦ green 99 ◦ blue 104

#406368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #406368

Tints of Tax Break #406368

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 value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#406368 (or 0x406368) is known color: 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

RGB 64 99 104 -
CMYK 0.38 0.05 0 0.59
HSL 187.5º 0.24% 0.33% -
HSV(B) 187.5º 0.38% 0.41% -
XYZ 9.07 11.01 14.74 -
YUV 89.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 64 99 104 0.38 0.05 0 0.59 187.5 0.24 0.33
Hex 40 63 68 26 5 0 3B BC 18 21
Octal 100 143 150 46 5 0 73 274 30 41
Binary 1000000 1100011 1101000 100110 101 0 111011 10111100 11000 100001

Color Harmonies of #406368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406368

Black with #406368

Text Example


Text Example

White with #406368

Text Example


Text Example

HTML Codes & Css Web 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>