Html Css Color HEX #426468 Tax Break

📋 copy color: '#426468'

red 66 ◦ green 100 ◦ blue 104

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

Shades of Tax Break #426468

Tints of Tax Break #426468

RGB

 RED value IS 66 (26.17% from 255) = 24.44%

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 24.44%
G = 37.04%
B = 38.52%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#426468 (or 0x426468) is known color: Tax Break. HEX triplet: 42, 64 and 68. RGB value is (66,100,104). Sum of RGB (Red+Green+Blue) = 66+100+104=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #426468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426468 is #BD9B97. Grayscale: #5A5A5A. Windows color (decimal): -12426136 or 6841410. OLE color: 6841410.

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

Color convert

RGB 66 100 104 -
CMYK 0.37 0.04 0 0.59
HSL 186.32º 0.22% 0.33% -
HSV(B) 186.32º 0.37% 0.41% -
XYZ 9.3 11.27 14.78 -
YUV 90.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 66 100 104 0.37 0.04 0 0.59 186.32 0.22 0.33
Hex 42 64 68 25 4 0 3B BA 16 21
Octal 102 144 150 45 4 0 73 272 26 41
Binary 1000010 1100100 1101000 100101 100 0 111011 10111010 10110 100001

Color Harmonies of #426468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426468

Black with #426468

Text Example


Text Example

White with #426468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426468; }

 p { color: rgb(66,100,104); }

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

background-color css

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

 a { background-color: rgb(66,100,104); }

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

border-color css

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

 span { border-color: rgb(66,100,104); }

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