Html Css Color HEX #426363 Tax Break

📋 copy color: '#426363'

red 66 ◦ green 99 ◦ blue 99

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

Shades of Tax Break #426363

Tints of Tax Break #426363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 99 (39.06% from 255) = 37.5%

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#426363 (or 0x426363) is known color: Tax Break. HEX triplet: 42, 63 and 63. RGB value is (66,99,99). Sum of RGB (Red+Green+Blue) = 66+99+99=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #426363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426363 is #BD9C9C. Grayscale: #595959. Windows color (decimal): -12426397 or 6513474. OLE color: 6513474.

HSL color Cylindrical-coordinate representation of color #426363: hue angle of 180º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426363 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 99 -
CMYK 0.33 0 0 0.61
HSL 180º 0.2% 0.32% -
HSV(B) 180º 0.33% 0.39% -
XYZ 8.96 10.98 13.45 -
YUV 89.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 66 99 99 0.33 0 0 0.61 180 0.2 0.32
Hex 42 63 63 21 0 0 3D B4 14 20
Octal 102 143 143 41 0 0 75 264 24 40
Binary 1000010 1100011 1100011 100001 0 0 111101 10110100 10100 100000

Color Harmonies of #426363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426363

Black with #426363

Text Example


Text Example

White with #426363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426363; }

 p { color: rgb(66,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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