Html Css Color HEX #496769 Tax Break

📋 copy color: '#496769'

red 73 ◦ green 103 ◦ blue 105

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

Shades of Tax Break #496769

Tints of Tax Break #496769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.37%

R = 25.98%
G = 36.65%
B = 37.37%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#496769 (or 0x496769) is known color: Tax Break. HEX triplet: 49, 67 and 69. RGB value is (73,103,105). Sum of RGB (Red+Green+Blue) = 73+103+105=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #496769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496769 is #B69896. Grayscale: #5E5E5E. Windows color (decimal): -11966615 or 6907721. OLE color: 6907721.

HSL color Cylindrical-coordinate representation of color #496769: hue angle of 183.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496769 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 103 105 -
CMYK 0.30 0.02 0 0.59
HSL 183.75º 0.18% 0.35% -
HSV(B) 183.75º 0.3% 0.41% -
XYZ 10.15 12.14 15.17 -
YUV 94.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 73 103 105 0.30 0.02 0 0.59 183.75 0.18 0.35
Hex 49 67 69 1E 2 0 3B B8 12 23
Octal 111 147 151 36 2 0 73 270 22 43
Binary 1001001 1100111 1101001 11110 10 0 111011 10111000 10010 100011

Color Harmonies of #496769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496769

Black with #496769

Text Example


Text Example

White with #496769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496769; }

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

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

background-color css

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

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

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

border-color css

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

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

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