Html Css Color HEX #426061 Tax Break

📋 copy color: '#426061'

red 66 ◦ green 96 ◦ blue 97

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

Shades of Tax Break #426061

Tints of Tax Break #426061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.07%

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 25.48%
G = 37.07%
B = 37.45%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#426061 (or 0x426061) is known color: Tax Break. HEX triplet: 42, 60 and 61. RGB value is (66,96,97). Sum of RGB (Red+Green+Blue) = 66+96+97=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #426061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426061 is #BD9F9E. Grayscale: #575757. Windows color (decimal): -12427167 or 6381634. OLE color: 6381634.

HSL color Cylindrical-coordinate representation of color #426061: hue angle of 181.94º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426061 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 97 -
CMYK 0.32 0.01 0 0.62
HSL 181.94º 0.19% 0.32% -
HSV(B) 181.94º 0.32% 0.38% -
XYZ 8.59 10.39 12.86 -
YUV 87.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 66 96 97 0.32 0.01 0 0.62 181.94 0.19 0.32
Hex 42 60 61 20 1 0 3E B6 13 20
Octal 102 140 141 40 1 0 76 266 23 40
Binary 1000010 1100000 1100001 100000 1 0 111110 10110110 10011 100000

Color Harmonies of #426061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426061

Black with #426061

Text Example


Text Example

White with #426061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426061; }

 p { color: rgb(66,96,97); }

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

background-color css

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

 a { background-color: rgb(66,96,97); }

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

border-color css

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

 span { border-color: rgb(66,96,97); }

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