Html Css Color HEX #40676B Tax Break

📋 copy color: '#40676B'

red 64 ◦ green 103 ◦ blue 107

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

Shades of Tax Break #40676B

Tints of Tax Break #40676B

RGB

 RED value IS 64 (25.39% from 255) = 23.36%

 GREEN value IS 103 (40.63% from 255) = 37.59%

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 23.36%
G = 37.59%
B = 39.05%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40676B (or 0x40676B) is known color: Tax Break. HEX triplet: 40, 67 and 6B. RGB value is (64,103,107). Sum of RGB (Red+Green+Blue) = 64+103+107=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #40676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40676B is #BF9894. Grayscale: #5B5B5B. Windows color (decimal): -12556437 or 7038784. OLE color: 7038784.

HSL color Cylindrical-coordinate representation of color #40676B: hue angle of 185.58º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40676B is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 103 107 -
CMYK 0.40 0.04 0 0.58
HSL 185.58º 0.25% 0.34% -
HSV(B) 185.58º 0.4% 0.42% -
XYZ 9.62 11.85 15.69 -
YUV 91.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 64 103 107 0.40 0.04 0 0.58 185.58 0.25 0.34
Hex 40 67 6B 28 4 0 3A BA 19 22
Octal 100 147 153 50 4 0 72 272 31 42
Binary 1000000 1100111 1101011 101000 100 0 111010 10111010 11001 100010

Color Harmonies of #40676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40676B

Black with #40676B

Text Example


Text Example

White with #40676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40676B; }

 p { color: rgb(64,103,107); }

 H1.HeaderClassName
 {
   color: #40676B;
 }
 .AnyTagClassName
 {
   color: #40676B;
 }
</style>

background-color css

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

 a { background-color: rgb(64,103,107); }

 div.DivClassName
 {
   background-color: #40676B;
 }
 .BgClassName
 {
   background-color: #40676B;
 }
</style>

border-color css

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

 span { border-color: rgb(64,103,107); }

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