Html Css Color HEX #466367 Tax Break

📋 copy color: '#466367'

red 70 ◦ green 99 ◦ blue 103

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

Shades of Tax Break #466367

Tints of Tax Break #466367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.87%

R = 25.74%
G = 36.4%
B = 37.87%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#466367 (or 0x466367) is known color: Tax Break. HEX triplet: 46, 63 and 67. RGB value is (70,99,103). Sum of RGB (Red+Green+Blue) = 70+99+103=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #466367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466367 is #B99C98. Grayscale: #5A5A5A. Windows color (decimal): -12164249 or 6775622. OLE color: 6775622.

HSL color Cylindrical-coordinate representation of color #466367: hue angle of 187.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466367 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 99 103 -
CMYK 0.32 0.04 0 0.60
HSL 187.27º 0.19% 0.34% -
HSV(B) 187.27º 0.32% 0.4% -
XYZ 9.44 11.21 14.5 -
YUV 90.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 70 99 103 0.32 0.04 0 0.60 187.27 0.19 0.34
Hex 46 63 67 20 4 0 3C BB 13 22
Octal 106 143 147 40 4 0 74 273 23 42
Binary 1000110 1100011 1100111 100000 100 0 111100 10111011 10011 100010

Color Harmonies of #466367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466367

Black with #466367

Text Example


Text Example

White with #466367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466367; }

 p { color: rgb(70,99,103); }

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

background-color css

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

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

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

border-color css

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

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

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