Html Css Color HEX #466968 Tax Break

📋 copy color: '#466968'

red 70 ◦ green 105 ◦ blue 104

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

Shades of Tax Break #466968

Tints of Tax Break #466968

RGB

 RED value IS 70 (27.73% from 255) = 25.09%

 GREEN value IS 105 (41.41% from 255) = 37.63%

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 25.09%
G = 37.63%
B = 37.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#466968 (or 0x466968) is known color: Tax Break. HEX triplet: 46, 69 and 68. RGB value is (70,105,104). Sum of RGB (Red+Green+Blue) = 70+105+104=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #466968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466968 is #B99697. Grayscale: #5E5E5E. Windows color (decimal): -12162712 or 6842694. OLE color: 6842694.

HSL color Cylindrical-coordinate representation of color #466968: hue angle of 178.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466968 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 104 -
CMYK 0.33 0 0.01 0.59
HSL 178.29º 0.2% 0.34% -
HSV(B) 178.29º 0.33% 0.41% -
XYZ 10.08 12.4 14.96 -
YUV 94.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 70 105 104 0.33 0 0.01 0.59 178.29 0.2 0.34
Hex 46 69 68 21 0 1 3B B2 14 22
Octal 106 151 150 41 0 1 73 262 24 42
Binary 1000110 1101001 1101000 100001 0 1 111011 10110010 10100 100010

Color Harmonies of #466968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466968

Black with #466968

Text Example


Text Example

White with #466968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466968; }

 p { color: rgb(70,105,104); }

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

background-color css

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

 a { background-color: rgb(70,105,104); }

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

border-color css

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

 span { border-color: rgb(70,105,104); }

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