#4B686F

Color #4B686F Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #4B686F

Tints of Tax Break #4B686F

Color information

#4B686F (or 0x4B686F) is unknown color: approx Tax Break. HEX triplet: 4B, 68 and 6F. RGB value is (75,104,111). Sum of RGB (Red+Green+Blue) = 75+104+111=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B686F is #B49790. Grayscale: #606060. Windows color (decimal): -11835281 or 7301195. OLE color: 7301195.

HSL color Cylindrical-coordinate representation of color #4B686F: hue angle of 191.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B686F is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB75104111-
CMYK0.320.0600.56
HSL191.67º19.35%36.47%-
HSV(B)191.67º32.43%43.53%-
XYZ10.7212.5416.9-
YUV96.13136.39112.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=25.86%
G=35.86%
B=38.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal751041110.320.0600.56191.6719.3536.47
Hex4B686F206038c01324
Octal1131501574060703002344
Binary10010111101000110111110000011001110001100000010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B686F; }

 p { color: rgb(75,104,111); }

 H1.HeaderClassName
 {
   color: #4B686F;
 }
 .AnyTagClassName
 {
   color: #4B686F;
 }
</style>
background-color css

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

 a { background-color: rgb(75,104,111); }

 div.DivClassName
 {
   background-color: #4B686F;
 }
 .BgClassName
 {
   background-color: #4B686F;
 }
</style>
border-color css

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

 span { border-color: rgb(75,104,111); }

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