Html Css Color HEX #426B6C Tax Break

📋 copy color: '#426B6C'

red 66 ◦ green 107 ◦ blue 108

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

Shades of Tax Break #426B6C

Tints of Tax Break #426B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.08%

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 23.49%
G = 38.08%
B = 38.43%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#426B6C (or 0x426B6C) is known color: Tax Break. HEX triplet: 42, 6B and 6C. RGB value is (66,107,108). Sum of RGB (Red+Green+Blue) = 66+107+108=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #426B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B6C is #BD9493. Grayscale: #5E5E5E. Windows color (decimal): -12424340 or 7105346. OLE color: 7105346.

HSL color Cylindrical-coordinate representation of color #426B6C: hue angle of 181.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426B6C is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 107 108 -
CMYK 0.39 0.01 0 0.58
HSL 181.43º 0.24% 0.34% -
HSV(B) 181.43º 0.39% 0.42% -
XYZ 10.21 12.76 16.11 -
YUV 94.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 66 107 108 0.39 0.01 0 0.58 181.43 0.24 0.34
Hex 42 6B 6C 27 1 0 3A B5 18 22
Octal 102 153 154 47 1 0 72 265 30 42
Binary 1000010 1101011 1101100 100111 1 0 111010 10110101 11000 100010

Color Harmonies of #426B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B6C

Black with #426B6C

Text Example


Text Example

White with #426B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426B6C; }

 p { color: rgb(66,107,108); }

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

background-color css

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

 a { background-color: rgb(66,107,108); }

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

border-color css

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

 span { border-color: rgb(66,107,108); }

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