Html Css Color HEX #465F60 Tax Break

📋 copy color: '#465F60'

red 70 ◦ green 95 ◦ blue 96

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

Shades of Tax Break #465F60

Tints of Tax Break #465F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 26.82%
G = 36.4%
B = 36.78%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465F60 (or 0x465F60) is known color: Tax Break. HEX triplet: 46, 5F and 60. RGB value is (70,95,96). Sum of RGB (Red+Green+Blue) = 70+95+96=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #465F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F60 is #B9A09F. Grayscale: #575757. Windows color (decimal): -12165280 or 6315846. OLE color: 6315846.

HSL color Cylindrical-coordinate representation of color #465F60: hue angle of 182.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465F60 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 95 96 -
CMYK 0.27 0.01 0 0.62
HSL 182.31º 0.16% 0.33% -
HSV(B) 182.31º 0.27% 0.38% -
XYZ 8.73 10.33 12.6 -
YUV 87.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 70 95 96 0.27 0.01 0 0.62 182.31 0.16 0.33
Hex 46 5F 60 1B 1 0 3E B6 10 21
Octal 106 137 140 33 1 0 76 266 20 41
Binary 1000110 1011111 1100000 11011 1 0 111110 10110110 10000 100001

Color Harmonies of #465F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F60

Black with #465F60

Text Example


Text Example

White with #465F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465F60; }

 p { color: rgb(70,95,96); }

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

background-color css

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

 a { background-color: rgb(70,95,96); }

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

border-color css

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

 span { border-color: rgb(70,95,96); }

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