Html Css Color HEX #496766 Tax Break

📋 copy color: '#496766'

red 73 ◦ green 103 ◦ blue 102

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

Shades of Tax Break #496766

Tints of Tax Break #496766

RGB

 RED value IS 73 (28.91% from 255) = 26.26%

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

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 26.26%
G = 37.05%
B = 36.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#496766 (or 0x496766) is known color: Tax Break. HEX triplet: 49, 67 and 66. RGB value is (73,103,102). Sum of RGB (Red+Green+Blue) = 73+103+102=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #496766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496766 is #B69899. Grayscale: #5D5D5D. Windows color (decimal): -11966618 or 6711113. OLE color: 6711113.

HSL color Cylindrical-coordinate representation of color #496766: hue angle of 178º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496766 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 102 -
CMYK 0.29 0 0.01 0.60
HSL 178º 0.17% 0.35% -
HSV(B) 178º 0.29% 0.4% -
XYZ 10 12.08 14.37 -
YUV 93.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 73 103 102 0.29 0 0.01 0.60 178 0.17 0.35
Hex 49 67 66 1D 0 1 3C B2 11 23
Octal 111 147 146 35 0 1 74 262 21 43
Binary 1001001 1100111 1100110 11101 0 1 111100 10110010 10001 100011

Color Harmonies of #496766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496766

Black with #496766

Text Example


Text Example

White with #496766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496766; }

 p { color: rgb(73,103,102); }

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

background-color css

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

 a { background-color: rgb(73,103,102); }

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

border-color css

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

 span { border-color: rgb(73,103,102); }

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